Good Afternoon,
I want to change the link colours on my side box, below is what they look like now, but I dont like the green and red at all, doesnt go with the rest of the site.
http://i9.photobucket.com/albums/a56...lourchange.jpg
I have looked in the css stylesheet, but can not seem to find the green font colour anywhere (I use paint shop pro to check the html colours)
Would some kind person please point me in the right direction where I should be looking. I was looking between Line 20 and 36 (below) but cant seem to find it.
a:link, #navEZPagesTOC ul li a {
color: #3300FF;
text-decoration: none;
}
a:visited {
/*color: #3300FF;*/
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #FF0000;
}
a:active {
color: #0000FF;
}
Thanks for your time
Kind Regards
Nikki
P.S I did search the forum, but couldnt find an answer.


I will look for the righ one to amend now.


