TheTechLounge Posted July 13, 2015 Share Posted July 13, 2015 I want to change the background colour of the admin login page. It's currently blue, but I want it black. Any idea which css file this is set in? - - - Updated - - - Okay, I found it. /whmcs/admin/templates/login.css 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 13, 2015 Share Posted July 13, 2015 if in doubt, right-click on the background in Firefox/Chrome and "Inspect Element" - that should tell you where to look! it's in admin/templates/login.css body {background-color: #1a4d80;} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.