Changing Links Colors in Tags Page (SOLVED)

Dec 08, 2008 14:51


Hi I have a question that may have already been answered but I can't seem to find it o.O
So I was able to change my layout to the way it is now courtesy of this fantastic community but I do have a slight problem. I have an Expressive plus account by the way.

If you go to this page you will see in my main tags page the links are still in the blue colour. But every other page has the link colors the way I want them to be. I'm not sure what those id/classes those tag links belong to so I can't seem to change the color. So I was wondering if anyone would be kind enough to help me change the color of these tags links? Unless it is a browser issue because I am still using IE 6. Any help is deeply apprieciated :-)

EDIT: Nevermind! After hours of digging I have finally found THIS POST which has fixed the problem for me! :D
All I needed to do was take out all the link css and just simply add this:

a:link,
a:visited {color: #666;}
a:hover {color: #ffffff;}

I'm a bit dense aren't I? So thankyou to this comm for the brillant help! :D

pageviews:tags, page:links:colors

Previous post Next post
Up