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

How to change the colour of the Actual striked price in the sale product.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #174681

    vishalbhutani
    Participant

    I have attached the screenshot of the change that I need.

    Attachments:
    You must be logged in to view attached files.
    #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.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)