MyBB Community Forums

Full Version: Add Solid Color to the Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I add a solid color to the background of the forums??
Edit the global.css stylesheet for your theme, and you'll see a property called "body". Just change thie "background" value to any hex (or HTML) colour!

If it doesn't exist, or it's not in the body element, just add the hex colour in or switch to "Advanced" mode and add

body {
	background-color: #eeeeee;
}

For a list of Hex colours, see http://www.december.com/html/spec/color.html

Smile
LOL I feel silly. So simple. Thanks a bunch. I like that so much more. THANK YOU!!!!!