gimmiecpt Posted February 18, 2012 Posted February 18, 2012 Hello all, I have tried to find where the background colors are specified for the product lists. Ex: 1st product is white, the next is yellow, the following is white, etc. I tried to change the colors for the following enteries in the stylesheet.css: TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: #f8f8f9; } TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: #f8f8f9; } Any change I make has no affect. Thank you for your assistance
multimixer Posted February 18, 2012 Posted February 18, 2012 The general background color of the product listing table comes from the selected ui-theme. The zebra for every second row comes from stylesheet.css .productListTable tr.alt td { background-color: #ecf6fc; } My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.