Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change the background color of the shopping cart and the categories background color?


froggie333z

Recommended Posts

Posted

Take a look in your stylesheet.css file for the following:

 

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;
}

 

Replace each instant of f8f8f9 with the number of your colour.

Posted

Hi, thanks for the reply, but somehow it doesn't seem to be working.

I have changed it to this:

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

}

 

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

And reuploaded it, but it stays the same. It's not because of my browser cache either, and also i have looked at it with 3 different browsers.

But you can also see for yourself. :) ...

Thanks for replying though. But it's not working yet.

 

 

 

Take a look in your stylesheet.css file for the following:

 

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;
}

 

Replace each instant of f8f8f9 with the number of your colour.

Posted

Should have worked lol

 

Go through your stylesheet file and look for all instances of f8f8f9 and replace each one...one by one to see which one it is that alters it. (should only take 5 mins really)

Archived

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

×
×
  • Create New...