MyBB Community Forums

Full Version: I can't change theme's background color.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I can't change my theme's background color no matter what I do. I want the white to be changed to black. Can someone help me? I've tried editing the global.css in advanced mode but it still won't make a difference!
You need to change #content styling.
Is this it?

#content {
margin: auto;
background: #000000;
margin-top: -18px;
border-top: 0;
position: relative;
border-left: 1px solid #000;
border-right: 1px solid #000;
margin-bottom: 60px;
padding-bottom: 0;
border-radius: 0 0 4px 4px;
}


If so, it says it's set to black....
Yes. And when I go to your site, it is black. Other elements like trow1, trow2, etc also need black backgrounds. If you're not sure of what you're doing, consider hiring a designer.
URL of your site please , so that i can help.