Change Background Image

Is there a way of changing the background image on the login screen?

at a guess, yes…ether use CSS properties or change the core file to add an html tag

Thanks,

I’ve tried checking the CSS stylesheet but there doesnt seen to be anything for the login window.

Will need to have a proper look into it later.

Cheers

You can add background style to the top of this file

/application/modules/sessions/views/session_login.php.

on line 12, add

 background-color: yellow;

change the color to what you want or link to an image