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
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
In stylesheet.css:
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
color: #ff0000;
}
Bookmarks