Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Combining Basic Design Pack with Scrolling Whats New


ladykaren

Recommended Posts

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

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

Archived

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

×
×
  • Create New...