MyBB Community Forums

Full Version: Changing the Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Guys

I have the Apart 1 theme and I can't change the current logo. (well the current logo doesn't appear)

Please tell me how to change the Apart 1 theme logo

Regards
You will have to do so within the css.
Changing the logo:

ACP > Templates & Style > Themes > Apart 1 > Global.css.

Find:
#logo {
	background: #202020 url(images/1/header.png) top left repeat-x;
	border-bottom: 1px solid #000;
}

Change it to:
#logo {
	background: #202020 url(your logo url) top left repeat-x;
	border-bottom: 1px solid #000;
    height: 150px
}

You can change the height to what ever you want Toungue
Just upload your logo in the apart theme folder in your forum. images/1/logo.png