MyBB Community Forums

Full Version: Change Background Image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I was wondering how to change the background image in the Emerald theme. I use the latest version of MyBB and the current background is white, and I would like to make it a image, how can I go about doing that?
(2018-07-17, 07:05 PM)MrJude_ Wrote: [ -> ]Hi! I was wondering how to change the background image in the Emerald theme. I use the latest version of MyBB and the current background is white, and I would like to make it a image, how can I go about doing that?

Contact the author of that Emerald theme. The info should be in that zipped file that you downloaded.
Go to global.css and search for #content (line 145)
and change this line
background: #F6F6F6 none repeat scroll 0% 0%;
to
background-image: url(your-image-url.png);