Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding custom box header images...


Guest

Recommended Posts

Try editing your stylesheet...

 

Change

TD.infoBoxHeading {

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

font-size: 10px;

font-weight: bold;

background: #bbc3d3;

color: #ffffff;

}

 

To this

TD.infoBoxHeading {

 background-position: 0% 0%; font-family: Verdana, Arial, sans-serif;

 font-size: 10px;

 font-weight: bold;

 color: #FFFFFF; background-image:url('http://www.craniumdesigns.com/cart/catalog/images/bg_box.gif'); background-repeat:repeat; background-attachment:scroll

}

 

Hope this helps

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...