MyBB Community Forums
How to change both AdminCP logos - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: How to change both AdminCP logos (/thread-146229.html)



How to change both AdminCP logos - Blu-Ray - 2013-10-04

How would I change the adminCP logos? Both the login and the dashboard logo? I have attached the logo I am using!


RE: How to change both AdminCP logos - Arbaz - 2013-10-04

Log in to your file manager or FTP then navigate to Admin>Styles>ADMINCP THEME>login.css

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