froggie333z Posted November 15, 2009 Posted November 15, 2009 How to change the background color of the shopping cart and the categories background color? Right now it is white background with white text, but i want it to be a blue background with white text. See what i mean: http://super-discounter.nl/winkel/index.php?cPath=24 I can't find where (or how) i can change this
Guest Posted November 15, 2009 Posted November 15, 2009 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.
froggie333z Posted November 15, 2009 Author Posted November 15, 2009 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.
Guest Posted November 15, 2009 Posted November 15, 2009 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)
froggie333z Posted November 15, 2009 Author Posted November 15, 2009 Oh wait, yes, it works. Thank you :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.