MyBB Community Forums

Full Version: Set background image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i set a background image :s
Repeating plz
Make sure you have your image that you want in your public_html's files via ftp or other source.

Admin Control panel -> Templates and Style -> Themes -> click the theme you are using

-> under stylesheets click global.css -> in "selector" make sure #container is selected -> change background to:

url(directory folder/filename.extension)
ive got this now url(images/bg.png) and isnt working :c

(2014-09-10, 05:10 PM)detanator Wrote: [ -> ]Make sure you have your image that you want in your public_html's files via ftp or other source.

Admin Control panel -> Templates and Style -> Themes -> click the theme you are using

-> under stylesheets click global.css -> in "selector" make sure #container is selected -> change background to:

url(directory folder/filename.extension)

ive got this now url(images/bg.png) and isnt working :c

I CAN SEE THE BACKGROUND BUT HOW DO I GET THE WHITE ALSO BG?
http://gyazo.com/ca74b4b06dc28077f555bca442ec6cbe
You could just add in the body selector.