Home Forums WoodMart support forum Retail Price And Sale Price Color Reply To: Retail Price And Sale Price Color

#184717

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