Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Lines between each product in product listing


lupis

Recommended Posts

  • 3 weeks later...
I'm looking for something similar. I would like to alternate between 2 or more colors for the backround of the itmes like this custom OSC site: http://www.floridascubadepot.com/scuba_gear/Dive_Computers

 

for alternating colors of the backgrounds of table rows, look inside the stylesheet.css for TR."Names"

-quotes are there only to signify look for name of what you need to change.

 

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: #FDF8F8;

 

pretty sure you can box or underline those products in .css too...have not attempted that yet.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...