Zen Cart Logo
Forums / General Questions / How Do I Change The Color "Sale: $" wording

How Do I Change The Color "Sale: $" wording

Locked

Views: 1,663

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 May 2008, 4:52 PM
#1
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

How Do I Change The Color "Sale: $" wording

Hello,

Would someone help me by telling me what I would need to change the "Sale: $XX.XX Save XX% off" wording from Red to a different color? This is if a sale is active.

Thank you,

Shrimp-Gumbo

28 May 2008, 5:58 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How Do I Change The Color "Sale: $" wording

In stylesheet.css:

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
color: #ff0000;
}

6 Jun 2008, 6:43 PM
#3
shrimp_gumbo_mmmhhh avatar

shrimp_gumbo_mmmhhh

Totally Zenned

Join Date:
Jun 2007
Location:
Texas, USA
Posts:
1,436
Plugin Contributions:
0

Re: How Do I Change The Color "Sale: $" wording

stevesh:

In stylesheet.css:

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
** color: #ff0000;**
** }**

Thanks Steve!