Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Link Color for infoBox


ivalea

Recommended Posts

Posted

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

Posted

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! :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...