I want no sale badges in Woocommerce

I had no sales badges in my Outlett category page on https://www.happyskirtt.com/product-categorie/outlettrokken-happyskirtt/ before (probably) a recent update. I don’t know anymore how I get rid of them before the update. Anyway the badges are horrible.

Do you know how to get rid of them? CSS or another solution?

Thanks in advance.
Ton in 't Veld

Hi there,

First of all please kindly make a complete backup of your website and update the theme to version 6.2.5 and Cornerstone to version 2.1.7.

Then kindly go to X > Launch > Options > CSS and add the code below:

.woocommerce li.product .onsale {
    display: none;
}

Thank you.

Many thanks Christopher!
It works again.

Glad that we could be of a help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.