2 personman Apr 27, 2006 02:25

I got the same issue. I use the niftygreen skin, and my links turn light grey and I want to change that color.
I can't find out which of the color code in the stylesheet is the link color code.
the .css sheet can be found here -> [url=http://squee.nl/styles.css]styles.css[/url]
Do you know which one it is?
thanks,
Jan
This is the css file you need to edit:
http://squee.nl/blog/skins/niftygreen/rsc/styles.css
And here are the lines you want to change:
a,
a:visited {
color: #666;
text-decoration:none;
}
Change the 666 to another color.
Personman,
I've adapted your instructions for my helsinki.css and that undesirable blue link color has disappeared. Your posted code showed me right where I needed to look.
Thanks bunches. :)
The color of links (and just about everything else) is controlled in the stylesheet. It's the .css file in the folder of your skin. If you need help finding which part to edit, then send me a link to your page and I'll take a look.