PDA

View Full Version : how do you change the colours of things on a template?


Yantorsen
10-29-2008, 09:14 PM
as in title really.

specifically if you look at the template im using: www.joshuathomson.co.uk

I'd like to change the background colour to for example white or something else...

mowopi
10-29-2008, 11:46 PM
Hi !

Look at your "smoothoperator.css" file in your "styles" directory.

In line 18 :

background-color:#dae1d3;


Change it to for example :

background-color:#ffffff;

and re-upload the file.

This will generate a white background. All color informations and styles are defined in this css file.

----------------------
Carsten

Yantorsen
10-30-2008, 01:03 AM
cheers, your a genius