Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product listing!


seiern

Recommended Posts

Posted

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

Posted

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...

Posted
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

Archived

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

×
×
  • Create New...