Home Forums WoodMart support forum How to change the colour of the Actual striked price in the sale product. Reply To: How to change the colour of the Actual striked price in the sale product.

#174706

Hello,

I saw the screenshot you attached and visited the URL you attached. To change the color of the deleted price.

Please add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

del .amount {
color: red !important;
}

You can change the color according to your requirements.

Best Regards.