Home › Forums › WoodMart support forum › Retail Price And Sale Price Color › Reply To: Retail Price And Sale Price Color
April 5, 2020 at 9:55 pm
#184717
Elise Noromit
Member
Hello,
I did not know what color you need. That is why I specified “red” Replace the color with any as per your needs, for example – blue.
You will get this code:
.price ins .amount {
color: blue;
}
.single-product-page .price ins .amount {
color: blue;
}
del .amount {
color: green;
}
Best Regards