ivalea Posted September 28, 2006 Posted September 28, 2006 Hi - just spent awhile searching and can't find the answer. I'm using a dark blue background for my info boxes and want the links to be white - while the rest of the site should use a blue link. I changed the a{} in the css and tried adding this to the infoBox to change the link colors: A.infoBoxContents:link,A.infoBoxContents:visited{ color:#fff; text-decoration:none; } A.infoBoxContents:hover{ text-decoration:underline; } This did not work and I'm wondering if there's a way I can do this? Thanks in advance for any insight! -Irene
ivalea Posted September 28, 2006 Author Posted September 28, 2006 FOUND IT! I created a new nav class in css and then just added the class to the <a> tags in the separate box files in /includes/boxes/. Worked like a charm! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.