Home Forums WoodMart support forum Sale Badge removed from shop

Sale Badge removed from shop

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

    Schuifdeurexpert
    Participant

    Hi,

    I would like to remove the Sale % Badge from the shop, but NOT from the product pages. (see image)
    How can I do this with CSS code?

    Regards,
    Roel

    Attachments:
    You must be logged in to view attached files.
    #96138

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global

    body .product-grid-item .product-label.onsale{
    display:none;
    }

    Best Regards

    #96172

    Schuifdeurexpert
    Participant

    Thank you !

    #96189

    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)