MyBB Community Forums

Full Version: Change background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
how can I change the back ground of this forum: http://www.multigaming-italia.it/forum/index.php (actualy white) and put an image?
Thanks
Go to the CSS editor in the admin panel and search for the 'body' selector, and then change
background: #fff;

to

background: url( image url here );
if you want it like mine, open #container
replace the background with:
background: url( image url here ); 
I wrote this: http://a.imageshack.us/img830/8620/catturaur.png but the background doesn't change...

Whith this:
(2010-09-07, 01:46 PM)Gilnaa Wrote: [ -> ]Go to the CSS editor in the admin panel and search for the 'body' selector, and then change
background: #fff;

to

background: url( image url here );
the result is this: http://a.imageshack.us/img835/9302/catturao.png change only the footer, maybe there is something white covering over ..


Add the code to the #content class.
thx ajs, this is the solution!