Skip to main content

Hi


I would like to make a small change to our support portal Login page, to be clear this page


http://freshtheme.freshdesk.com/support/login


All I would like to do is place a background image on this screen, can anyone give me some example code for this to place in my css?


Kind Regards

David

Hey David,


Sorry for the delay in getting back to you.


If you're looking to have a background image on your login page, please make use of the below code. 


#login-container, .content-form{

background-color:rgba(0,0,0,0);

}


body{

background: url("http://i59.tinypic.com/2eewl7r.jpg") no-repeat top center/cover;

}


Let us know if this helped or you need further information. 


Thanks,

Anna