Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing box border colors


inovolve

Recommended Posts

I've got a bit stumped trying to change the borders of the shopping cart and info boxes from the standard gray to #33CCC. I've added a 'border-color:#33CCCC' to all the infobox classes in stylesheet.css, so it now looks like:

 

.infoBox {

  background: #b6b7cb;

  border-color: #33cccc;

}

 

And the boxheading class is

 

TD.infoBoxHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  font-weight: bold;

  background: #33CCCC;

  color: #ffffff;;

}

 

But this doesn't seem to have any effect - the blue background is there, but over the standard grey border and background. I'm obviously missing a trick with the stylesheet somewhere - could someone point me in the right direction??

 

TIA...

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...