How to change the background on my vbulletin forum?

Rod

Acquaintance
Joined
Aug 16, 2009
Messages
42
Reaction score
0
FP$
6
Hey guys, I was wondering if anyone was experienced with vBulletin and knows how I can change the background of my forum from how it currently is ( http://www.youngmoneyfan.com/forums/ ) to match the background of my main site ( http://www.youngmoneyfan.com ). Right now I know that the background is a gradient image that is repeated only sideways, I want to make it so that my tiled image on my main site is there instead. I first tried this a few weeks ago with no success, and now I'm coming to the pros 😀 Any help is greatly appreciated.
 
ADMIN > STYLE MANAGER > MAIN CSS > Body (Customized in this Style)

Add this line after the backgound color:

Code:
url(images/background.png) repeat-x top left

So it will look like this when your done:

Code:
#FFFFFF url(images/background.png) repeat-x top left

Change the text to match where your image is. You can also change the text where it says left to CENTER or RIGHT.
 
Back
Top Bottom