Home Forums WoodMart support forum remove discounts from main page

remove discounts from main page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #223938

    roadlink
    Participant

    Hello,

    Is there any way to remove gray prices “price before discount” from main page?

    #223991

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .price del{
        display:none;
    }

    Best Regards

    #224037

    roadlink
    Participant

    thank you

    #224044

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘remove discounts from main page’ is closed to new replies.