ladykaren Posted December 18, 2008 Share Posted December 18, 2008 Hello all and Merry Christmas I have a quick question. I have installed on my site the Basic Design Pack and have just installed the Whats New Scroll contrib http://addons.oscommerce.com/info/6199 and cannot for the life of me figure out how to change the color of the Whats New header box back to the original color I had set with the design pack. Help? Thanks in advance Karen Link to comment Share on other sites More sharing options...
ladykaren Posted December 20, 2008 Author Share Posted December 20, 2008 Any one ? I have the code set in the stylesheet the same color code as the rest of my site but when adding the Scrolling Whats New contrib the box stays gray. Here's my site www.ladykbridalplus.com Link to comment Share on other sites More sharing options...
germ Posted December 20, 2008 Share Posted December 20, 2008 In the stylesheet change the style TD.infoBoxHeading to this: TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold; background: #FFE4E1; color: #000000; } Then in /catalog/includes/classes/boxes.php find this line: $left_corner = tep_image(DIR_WS_IMAGES . 'infobox/corner_right_left.gif'); Change it to: $left_corner = ''; Always backup any file before making edits. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
ladykaren Posted December 20, 2008 Author Share Posted December 20, 2008 Thank you ! Thank you Jim :D Worked perfect ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.