Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cell Background


Guest

Recommended Posts

Posted

Hello,

 

PLease stop the voices in my head! oh.. sorry wrong site.

 

Im trying to change the cell background where the products display. the color it defualts to is F8F8F9. I have looked on the stylesheet.css (where I changed all other colors) but no luck. Please guide me to the point I can change that @#$@ color..

 

Thnx

Jason

 

 

P.S. http://coffe.berkeytech.com/catalog/index.php?cPath=23 here you can see what Im talking about...

Posted

If I understand you correctly, this is where you should change:

 

Go back to stylesheet.css and search for TD.productListing-data. You should see the folowing lines:

 

TD.productListing-data {

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

font-size: 10px;

}

 

Add a background line in between and set it to your preferred colour. For example:

 

TD.productListing-data {

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

font-size: 10px;

background: #b6b7cb;

}

 

Let me know if this helps.

Posted

Thanx Patrick,

 

Yes it worked and I feel sheepish (bbaa babaa).

 

Thank you for da help!

Archived

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

×
×
  • Create New...