Disable the badge of on sale of woodmart
-
I need to disable the on sale badge for default, i would use the next plugin:
https://yithemes.com/themes/plugins/yith-woocommerce-badge-management/
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-image-summary .product-images .labels-rounded .onsale{
display: none;
}
body .labels-rounded .onsale {
display: none;
}
Best Regards
But excuse me, this does not guarantee that the plugin yith badge https://yithemes.com/themes/plugins/yith-woocommerce-badge-management/ works
because right now it doesn’t work
Hi,
Please, describe to us your problems in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce it on your website.
Thank you in advance.
I installed the following plugin https://yithemes.com/themes/plugins/yith-woocommerce-badge-management/ to work with products with variations, but in my store this is not working, nor for carousel products, products in slideshow.
Try to comment or remove the code from the file ‘inc/integrations/woocommerce/functions.php’
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
add_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
Regards
The topic ‘Disable the badge of on sale of woodmart’ is closed to new replies.