Remove or Hide WooCommerce ON SALE Badges

If you wish to remove/hide WooCommerce ON SALE badges from your product thumbnails, use the following CSS snippet:

/*Hide WooCommerce SALES Badges*/
.woocommerce span.onsale {
display: none;
}

All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.