Friday, April 14, 2006

yukkycolour

Dr Johnie, is there a way I can get rid of that horrid puce green colour my titles show up in??? :)

3 Comments:

Blogger Johnie1 said...

easy one (:
look in ya template and find this bit of code (again take out all the $s that i put in, i use $ this time coz there is actually a # in the code):

.$post$-$title ${
$margin$:$.25em 0$ 0;
$padding$:$0 0 4p$x;
$font-size$:$14$0%;
$line-height$:$1.4$em;
color$:#ad9$;
$}

this is the styling for the post titles and as you can work out the important line is:

color$:#ad9$;

it the hex number you want to change. Here is a very useful site that i use alot:

Standard Colour Names

so if ya wanted your title colors to be say... AliceBlue you would change:

color$:#ad9$;

to

color$:#F0F8FF$;

so:

.$post$-$title ${
$margin$:$.25em 0$ 0;
$padding$:$0 0 4p$x;
$font-size$:$14$0%;
$line-height$:$1.4$em;
color:$#F0F8FF$;
$}

enjoy (:

6:05 AM  
Blogger samsarajade said...

nice 1 ;)

8:29 AM  
Blogger Johnie1 said...

HAHA looks good :D

3:26 PM  

Post a Comment

<< Home