Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What .css style controls linked text colour of all boxes?


stolz

Recommended Posts

Hi.

I want to change the color of the links that are included in Boxes, like

Categories "Hardware,Software,..." or Information "Shipping & Returns,Privacy Notice,..."

 

I've found

A {

color: #00000;

}

but it too changes the color of links out of the boxes.

I want the links in boxes have a colour and other links have another different.

 

I've tried using the atribute color in A.infoBox or A.infoBoxContents but it doesnt work.

 

Coud you help me please?.

 

Bye and Thanks in advice for any help and attention

Link to comment
Share on other sites

You will have to create a separate class in the stylesheet and apply it where you want to in your other files....have fun!.... or... pay somebody to do it :wink:

Link to comment
Share on other sites

Try this:

 

 

td.boxtext a {

background-color: #FF0000;

border: 1px solid #00FF00;

}

 

And replace the values inside with your own. These are pretty funky. You migth want to add the :hover, :active and :visited values also.

 

This way you do not need to add any more classes. Not sure about the browser support though.

"Use no way as way, have no limitation as limitation." - Bruce Lee

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...