I just looked at it in Firefox (which is what I assume you mean by Mozilla) and all the prices are black.![]()
Thank you, I managed to figure it out! :)
You might want to post your solution in case someone else encounters the same problem.
Hey, the same problem here and nothing seems to work.
I've changed the color in black in stylesheet.css, but the sale prices still not showing.
Take a look, please:
/* --------------- PRICES --------------- */
.normalprice, .productSalePrice, .productSpecialPriceSale {
}
.normalprice {
font-size:14px; font-weight:normal; color:#ff0054; text-decoration:line-through;
}
.productSalePrice {
color:#000000;
}
.productSpecialPrice, .productSpecialPriceSale, {font-size:15px; font-weight:bold; color: #ff0054;}
.productSpecialPriceSale {
text-decoration:line-through;
}
.productPriceDiscount {color:#373737; font-size:12px;}
Any idea?
Thank you!