Home Forums WoodMart support forum Disable badge onsale percentage

Disable badge onsale percentage

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #401360

    webmore
    Participant

    Hello, I’m Danny. I would like to disable this badge. I already turn off the product label in the theme option. But when I refresh this badge still displays & can’t remove it. Could you help me to solve this issue?

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

    webmore
    Participant

    span.badge.onsale.perc{
    opacity:0;
    }

    I use this CSS & it works.

    #401401

    Luke Nielsen
    Keymaster

    Hello,

    I suggest you try the below one code:

    .product-grid-item .badge.onsale.perc {
        display: none;
    }

    At the end, choose one that you like more.

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    #403210

    webmore
    Participant

    Alright Thanks

    #403774

    Luke Nielsen
    Keymaster

    You are welcome!

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘Disable badge onsale percentage’ is closed to new replies.