Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

change color behind product listings


kristoferbenham

Recommended Posts

Posted

On this page for instance: http://benhamcollectibles.com/database/osc...?cPath=1_30_115 I'm trying to change the background behind the product description like the rest of the page for one and for two u can't read the product description, etc because it is set to white. I can't find it in my stylesheet css page to change it. Thanks!

www.benhambaseballcards.com/shop

Posted

In stylesheet.css find this:

 

TD.productListing-data {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

Change to:

 

TD.productListing-data {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #654321;
}

Add the background color of your choice.

 

The one I gave is for an brown color (just as an example).

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 >

Archived

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

×
×
  • Create New...