2013-10-04, 12:02 AM
2013-10-04, 01:54 AM
Log in to your file manager or FTP then navigate to Admin>Styles>ADMINCP THEME>login.css
Find:
Replace
With the path of your board logo.
To replace logo of the dashboard, within your ACP theme folder, find and open the main.css stylesheet.
Find
Replace
With the path of your board logo
If you would like to upload your board logo to your FTP then upload it to /admin/styles/YOUR THEME/images
Find:
#logo h1 {
height: 82px;
background: transparent url(images/login_logo.gif) bottom left no-repeat;
margin: 10px;
padding: 0;
}
Replace
url(images/login_logo.gif)
With the path of your board logo.
To replace logo of the dashboard, within your ACP theme folder, find and open the main.css stylesheet.
Find
#logo h1 {
background: #fff url(images/logo.gif) no-repeat top left;
height: 82px;
margin: 0 0 2px 0;
border-bottom: 2px solid #ccc;
padding: 3px;
}
Replace
url(images/logo.gif)
With the path of your board logo
If you would like to upload your board logo to your FTP then upload it to /admin/styles/YOUR THEME/images