Guest Posted September 25, 2009 Posted September 25, 2009 Hello, I would like to change the link(url) color for the product listing page. However, it will only be the same style that the main site is set to. Meaning if the main links are set to be Blue I want the product listing links to be red. I've tried numerous things I can think of but obviously haven't come to a solution yet... Has anyone been able to change this?
bill110 Posted September 26, 2009 Posted September 26, 2009 Hello, I would like to change the link(url) color for the product listing page. However, it will only be the same style that the main site is set to. Meaning if the main links are set to be Blue I want the product listing links to be red. I've tried numerous things I can think of but obviously haven't come to a solution yet... Has anyone been able to change this? In your stylesheet find the first part of the stuff below and add the last two parts TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .productListing-data A:link{ color: red; text-decoration: none; } .productListing-data A:hover{ color: green; text-decoration: none; } change the red and green to the actual colors you want ex: #fefefe; My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Guest Posted September 27, 2009 Posted September 27, 2009 that did it! ...and I was thinking it had to be the productlisting-even and -odd. Thank you
Recommended Posts
Archived
This topic is now archived and is closed to further replies.