How can I remove the sale tag in Debutify theme?

Hello guys,

i need your help.

The Sale Tag on my products is annoying in the debutify theme. I would like to remove it. Does somebody know how? I was searching for it in google and also here but found nothing.
best regards and thanks forwards !

@SPC107 ,

Please share your store URL so that someone can check and suggest quick solution

Shop URL

safephonecases.de

you can see there stands like 10€ Günstiger or sth like that.

@SPC107 ,

Please go to your Admin-> Onlien Store → Themes ->Action → Edit Code and open the theme.scss.liquid file from assets folder and put following code at the bottom of that file

.grid-product .text-on-sale {
    display : none ! important;
}
2 Likes

I have the same problem, I need to remove the sale tag from my website.

my website trolango.com

password whowni

You need to go to Edit Code
Under Snippet folder > product-grid-item.liquid

*Remove

local_offer {{ 'products.general.save_html' | t: saved_amount: saved_amount }}

Beautiful! top answer, very easy! I removed the discount but I can still the actual “TAG” icon in the right up corner of the product image, are you able to remove that too with a code? THANKS IN ADVANCE

Kindly share the store URL