PDA

View Full Version : how can i change the backgroun dcolor of default VB style?



Queen
Fri 1st Apr '05, 8:46am
like the style which this forum is using, and the GRAY color, lets say i wanna change the color to dark blue or some other color with some image as bg, how do i do that/

jamesyfx
Fri 1st Apr '05, 9:42am
In your Main CSS,

(Admin CP -> Styles & Templates -> Style Manager -> *Select your style* -> Main CSS)

Change the background (First box) on the "Body" box. it should be #E1E1E2 as of now.

Just replace the colour with a dark blue. If you dont know what makes what, then click on the area coloured grey next to it and pick your colour. :)

To add an image you'll have to add

url(path/to/background.gif)

After the colour.

Of course make it point to the appropriate image. :p

Queen
Fri 1st Apr '05, 1:19pm
thx i will try it out. :)