MyBB Community Forums

Full Version: How do you change background color of a theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you change background color of a theme? I like what http://forumansion.com/ did with this theme http://mods.mybb.com/uploads/previews/26...-index.png and I want to do something similar on my themes.
Thanks in advance,
~Iman/hobbyplace
Help is greatly appreciated Smile
Go to: ACP > Themes > Your theme > Edit > global.css > edit in advanced mode > and find;
#container {
	background: #FFFFFF;
	width: 95%;
	color: #000000;
	border: 1px solid #e4e4e4;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}
and change background: attribute something like this;
background: #FFFFFF url(http://i36.servimg.com/u/f36/15/36/47/26/fmbg13.jpg);

Change #FFFFFF to whatever your "container" color is. Wink
That helped over all, but the vary background (as you scroll down the forums you will see this) Is still white. How do I change this?
Search ".body" in the same global.css and do exactly above.
Thanks a ton it worked!
Don't forget to hit the solve button Wink
So what do you think about the theme now? Any suggestions?