How can I remove 'sale off' badges while keeping 'sold out' badges?

Hello, I would like to remove the “sale off” badges/label while keeping only the “sold out” badges apparent. Do you have a solution please?

my site is jadis-shop.com

password : rj

thanks in advance

Hello @JADIS

It’s GemPages support team and glad to support you today.

I don’t see the content that contains the badge that you want to hide ‘sale off’ and keep only ‘sold out’.

Hi @JADIS

Glad to support you today

Please paste the following code at the bottom of base.css

.price__badge-sale {
    display: none !important;
}

I hope this will help you out

Thanks

Hi @JADIS ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the bottom of the file:

.price__badge-sale {
    display: none !important;
}

I hope it would help you
Best regards,

Richard | PageFly