MyBB Community Forums

Full Version: Change background on forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can I change the background on my forum & font color?
With a theme.
body {
background:url('yourimagepathhere');
}

Put your image URL in there and wallah.

Just edit it in global.css
thanks
now I have a few more question. I am using the normal mybb layout just like on here. Is there anyway to change the white inside the background (where the forum listing is) to another color and also the blue bars?