MyBB Community Forums

Full Version: Change background?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone please tell me how to change the background to my forum. For example like the gray/tan like this board have?
Go to: ACP > Themes > Select Your theme > global.css > Edit [Options] > edit in advanced mode > and find;
#container {
...
}

find the background: #000000; and edit its color to suite your needs. Wink

OR if you want to add an image there then replace background property with;

background: #FFFFFF url(http://i36.servimg.com/u/f36/15/36/47/26/fmbg13.jpg);