Changing Background of Login Page

obby6 years ago

I've tried changing the background of the login page with but it doesn't seem to work.
I added background image to the body in the release.html.

<body background="/images/background.jpg">

On chrome, it shows the image then when the login dialog appears, the background turns grey. For edge and firefox, the image is never seen.

How should I add background image to the login page?

Anton Tananaev6 years ago

I would recommend to add a div inside body and set background on it instead of setting background on the body.

Anton, sorry if I could not paste code.

<style>
body {
 background: url(background jpg) no-repeat center top fixed !important; 
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
</style>

in release.html

aliasgharjanali6 years ago

Hi

How I can change size of login page box ( white box ) and colorless that box ?

I want the background image show clearly .