MyBB Community Forums

Full Version: How to change both AdminCP logos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I change the adminCP logos? Both the login and the dashboard logo? I have attached the logo I am using!
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