Hi!
I'm about to change the background of the admin login page, but I can't find where!
Is it a picture or is it a color? Both is fine for me but I want to change it and know where to do it!
Please help me:)
Change the background on the admin login page?
Started By tobbie94, Nov 03 2011 10:50 AM
Background Admin Change
1 reply to this topic
#1
Posted 03 November 2011 - 10:50 AM
#2 Re: Change the background on the admin login page?
Posted 03 November 2011 - 03:51 PM
You'd have to access following file through FTP:
/public_html/admin/skin_cp/acp.css
The setting is located here:
/public_html/admin/skin_cp/acp.css
The setting is located here:
Quote
body.login_screen {
background: #386e9a;
background: -moz-linear-gradient(top, #4a85b5 0%, #205889 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a85b5), color-stop(100%,#205889)); /* webkit */
height: auto !important;
}
background: #386e9a;
background: -moz-linear-gradient(top, #4a85b5 0%, #205889 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a85b5), color-stop(100%,#205889)); /* webkit */
height: auto !important;
}















