How to completely cancel WoodMart badges
-
Hi, I’m usind Be rocket plugin in order to use badges.
I’m trying to cancel the sale badge and all the other badges that comes from your Theme with no success…
Attachments:
You must be
logged in to view attached files.
Hello,
In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”
If you have any questions please feel free to contact us.
Best Regards
It was already disabled.. can you please check the beckend for us?
Attachments:
You must be
logged in to view attached files.
Hello,
Please deactivate all the plugins except these ones:
Slider Revolution
Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVG
If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
Its not working please help me out here…..
Hello,
This label does not relate to WoodMart, it is shown by a plugin.
Can I disable all the plugins not related to the theme to test?
Best Regards
AGAIN…
I WANT TO CANCEL WOODMART LABLES AND STAY ONLY WITH MY CUSTUME LABLES FROM THE PLUGIN BE ROCKET.
I LEFT LOGIN DETAILS PLEASE DISABLE WOODMART LABLES COMPLITLY
YOU CAN DO WHATEVER YOU NEED IN ORDER TO CANCEL IT
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rectangular .onsale {
display:none;
}
body .labels-rectangular .featured {
display:none;
}
body .labels-rectangular .new{
display:none;
}
Best Regards