inovolve Posted December 5, 2003 Share Posted December 5, 2003 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 More sharing options...
berkedam Posted December 5, 2003 Share Posted December 5, 2003 .infoBox { background: #b6b7cb; border-color: #33cccc; } Pls. try: .infoBox { background: #33cccc; } "If you're working on something new, then you are necessarily an amateur." Link to comment Share on other sites More sharing options...
inovolve Posted December 18, 2003 Author Share Posted December 18, 2003 Thanks, worked a treat. For future reference, you've also got to change the colours of the corner gifs... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.