MyBB Community Forums

Full Version: How to change the background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys i need help im using this theme http://mods.mybb.com/view/apart-night
and i want to change the background photo im wondering how.
Go to ACP>Templates & Styles>Themes>THEME NAME>Global.css

You can change the colors of your theme there. To change the background picture of your container then find the option #container in the drop down. If you want to change the background of your actual website then find the option body

To add an background image, use the following code:

Simple Mode

url(PATH TO IMAGE)

Advanced mode (Add it within the brackets { and })

url(path to image);