Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help w/ changing colors


sultryna

Recommended Posts

Posted

Hi everyone,

 

Okay, I've searched the boards and have done some "trial and error" and cannot -for the life of me- figure this out. I want to change the font color in the header in the product results page (the text that says "model" "product name" "price") to white. I'm new to php script, but tried as many things that I could think of in stylesheet.css to no avail.

 

Also, how do you change the color of the search results page table background? I've tried to change this too, with no luck.

 

Thanks in advance!

 

Happy day,

Carol

Posted
Also, how do you change the color of the search results page table background? I've tried to change this too, with no luck.

 

change the two background values of these two class lists. Or break the two productListing (odd and even) classes out separately if this change affects too many other areas of your store.

 

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;

}

Archived

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

×
×
  • Create New...