MyBB Community Forums

Full Version: Website background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys

I am wondering if there is a easy way to replace the background on mybb?? Is there a plugin or a easy method?

My website is www.fullragegaming.net

Thanks Matt
(2014-08-13, 06:24 PM)Matt_14 Wrote: [ -> ]Hello guys

I am wondering if there is a easy way to replace the background on mybb?? Is there a plugin or a easy method?

My website is www.fullragegaming.net

Thanks Matt

It's very simple and I think that you do not need a plugin, to change your background:
ACP->Templates & StyleTools->Themes->{Your Theme}->global.css->Edit Stylesheet: Advanced Mode:
Find:

body {

then you'll see:
background: url(YOUR_URL)
And you can change YOUR_URL to replace your background.
Hope it's helpful.
edit: delayed post

in the theme's global.css you can change background color of body and other required elements

code in global.css can be edited through admin panel (themes). after modifying, hard refresh browser (eg. press CTRL + F5)
Yes, it's right! You have to press and hold the CTRL button and press F5 to clear your browser's cache!