Home Forums WoodMart support forum how to remove the woodmart badge?

how to remove the woodmart badge?

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

    RD
    Participant

    Hi,
    I would like to use a plugin for the badges on the website.
    how can I remove the badges of the theme? when trying to disable it on the settings its not helping.

    thanks.

    #642535

    Hung Pham
    Keymaster

    Hi RD,

    Thanks for reaching to us.

    Please let me know which badges you want to remove? or Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #642555

    RD
    Participant

    I want to remove all of them and use a plugin I bought.
    is there a way to remove them not by css?

    #642647

    Hung Pham
    Keymaster

    Hi RD,

    By default, options work properly. Regarding to Sale products, you need to CSS to remove it.

    You can use below Custom CSS:

    .product-labels.labels-rounded .product-label.onsale{
        display: none;
    }

    Regards,

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