how to remove the woodmart badge?
-

RDParticipant
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.
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,

RDParticipant
I want to remove all of them and use a plugin I bought.
is there a way to remove them not by css?
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,