MyBB Community Forums

Full Version: Removing body-bg.png
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.beatdownonline.com/betaboards

How can I remove the grey gradient body-bg.png so it's not behind the forum?

Theme is Novus Ocean.

Here's the css code associated with it:

#container {
	background: #fff url(images/novus-ocean/body-bg.png) top left repeat-y;        
        width: 979px;
	color: #000000;
        padding: 0;
	text-align: left;
        margin: auto;
#container {
    background: #fff;        
        width: 979px;
    color: #000000;
        padding: 0;
    text-align: left;
        margin: auto;
I just released a fluid version of the Novus themes so you can have a different background without the ugly shadow.