MyBB Community Forums

Full Version: How to change logo??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Can someone tell me how to change the logo in MyCleanGreen theme made by abdonroda??
I changed the board logo location with my link, but when i check my forum, the logo is still the same. Is there any special method to change logo with this theme?


Any help will appreciated..!Undecided
Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

Find:
div#cabecera h1 a#logo {
	background: url(images/mycleangreen/logo.png) no-repeat;
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
}

Replace the path to the image in the background property.
Hey fav, thanks for the quick reply, that was so easy Big Grin
Thank you
Regards
You may do this by editing Board Logo option in ACP > Themes > Select your theme > and edit Board Logo image path.
That's what he tried in the first place but it doesn't work because the theme author set the logo in the CSS.