MyBB Community Forums

Full Version: Background of body
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can I know how to change the background of de body of my forum. Its white an I want to turn it into light yellow.
Go to your ACP > Themes > Your theme > global.css > Advanced Editor.

search for #content (should be right in the beginning.)

#content {
background: #FFF; /** CHANGE THIS TO YOUR COLOR CODE **/
width: auto !important;
padding: 20px 10px;
overflow: hidden;
}

Should be enough,
Templates & Style > *your theme* > global.css

You can make use of the search functionality of your browser to find body and change the background color rule. If you can't find a background color rule there share the url of your forum with us and we can tell you exactly where to look.