Modify Freshdesk Theme

  • 21 May 2015
  • 1 reply
  • 65 views

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


This topic has been closed for comments

1 reply

Userlevel 4
Badge +8

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