1 marmalade_kat Apr 25, 2006 19:26
3 sonics Apr 30, 2006 22:44
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
4 personman Apr 30, 2006 23:15
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.
5 marmalade_kat May 03, 2006 22:40
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.