View Single Post
  #3  
Old 07-28-2006, 05:23 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: I have looked EVERYWHERE to change this color and nothin

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
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote