Changing line colors in product list
kymation <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <733231568264378349cee72e6182e0a9@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=227628#227628
----------------------------------------------------------------
Hi
You can make the rows any color you want. Look in your stylesheet.css around line 140. It should look something like this:
[code]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: #ffffff;
}
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: #ffffff;[/code]
The first line is for the odd-numbered lines, the second is for the even. Change the #ffffff to whatever colors you want.
Regards
Jim