Solved

Remove Sale Tag in Debutify theme

SPC107
Visitor
3 0 0

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 !

Accepted Solution (1)
Propero
Shopify Partner
895 101 160

This is an accepted solution.

@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;
}
- Was my reply helpful? Click Like or Click Accept as Solution
To hire: email us at shopify@propero.in
checkout our app https://apps.shopify.com/picamaze

View solution in original post

Replies 7 (7)

Propero
Shopify Partner
895 101 160

@SPC107 ,

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

- Was my reply helpful? Click Like or Click Accept as Solution
To hire: email us at shopify@propero.in
checkout our app https://apps.shopify.com/picamaze
SPC107
Visitor
3 0 0

Shop URL

 

safephonecases.de 

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

Propero
Shopify Partner
895 101 160

This is an accepted solution.

@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;
}
- Was my reply helpful? Click Like or Click Accept as Solution
To hire: email us at shopify@propero.in
checkout our app https://apps.shopify.com/picamaze
rombiks15
Visitor
1 0 0

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

my website trolango.com

password whowni

 

Jaiceo
Visitor
2 0 0

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

*Remove

<span class="badge grid-product__badge grid-product__badge-{{ settings.tag_placement }}">
<span class="{{settings.icon}}">local_offer</span>
<span class="product-badge-text tooltip-position-bottom">
{{ 'products.general.save_html' | t: saved_amount: saved_amount }}
</span>
</span>

andrea897
Excursionist
27 0 9

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 

Propero
Shopify Partner
895 101 160

Kindly share the store URL

- Was my reply helpful? Click Like or Click Accept as Solution
To hire: email us at shopify@propero.in
checkout our app https://apps.shopify.com/picamaze