Quote:
Originally Posted by cwill2200
where in the world can this alternating color of gray be changed. I would think in one of the skin file
|
Have you changed the
.ProductPrice
.ProductPriceSmall
in skin1.css?
Pardon me if you already know this, but here's a trick to find the class to edit in the CSS files...
1. use webmaster mode
2. find the template that is displaying the elements you are focusing on
3. in the template, find the element -- what class has been assigned to the element?
4. change the CSS (but be warned -- this will change ALL the references to that class -- so if .ProductPriceSmall is used in many places, this will be your color...
SO -- if you only want a new color on that page only, then simply make a new class, change the class in the template, and there you are.
Here is a great site with CSS tips:
http://www.w3schools.com/css/default.asp