seiern Posted April 25, 2006 Posted April 25, 2006 Does anyone know how to list products with colors seperating each product, much better for customers to keep track! white* product1 blue* product2 white* product3 blue* product4 I only need one color to change, the default is white. Im using standard listing of products. Hopes somebody understand what im looking for! Best regards Jan
cudd1es Posted April 25, 2006 Posted April 25, 2006 Have a look in the stylesheet.css the bits you specifically bneed to look at is lines 134 to 139. 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; } change one of th ebackgrounds to a different colour...
seiern Posted April 26, 2006 Author Posted April 26, 2006 Have a look in the stylesheet.css the bits you specifically bneed to look at is lines 134 to 139. 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; } change one of th ebackgrounds to a different colour... THX alot mate, just what im looking for:) Best regards Jan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.