MyBB Community Forums

Full Version: I Need Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I Want Change My Forum background To A Wallpaper Like This:
http://www.musicradar.com/forum/
How I Can Do THat???
Help Me Please!
Thanks
Upload the image to your theme directory. Lets consider the image name is background.png and is uploaded inside /images/mytheme/

Then go to ACP -> Templates & styles -> Your theme -> global.css

In the "body" class found at the top in global.css, do the following changes.
Quote:background: #000000 url(images/mytheme/background.png) top left repeat;

Replace mytheme with your theme folder name, and #000000 with the respective background color code.
Just navigat to ur acp>themes and templates>your theme> global.css

Now in advanced mode edit it:

Look for
.body {
background: url( some path)

Now upload the desired background to ur theme image directory.

Now point the url like this

body{
background: url(images/your theme/image);
.......
}

The url only needs a change.

I hope ur problem will be solved Smile
thanks 4 u kavin
thanks 4 u envira