Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to remove 'sale' tag on Taste Theme while keeping the crossed out price?

Solved

How to remove 'sale' tag on Taste Theme while keeping the crossed out price?

GUSTOHERBS
Visitor
2 0 1

Hello

I am using the Taste Theme. 

I would like to remove the 'sale' tag on my product but still keep the crossed out price.

Thank you.

Accepted Solution (1)

SpeedyDev
Trailblazer
199 17 38

This is an accepted solution.

@GUSTOHERBS 

 

.card__badge span.badge {
    display: none !important;
}

 

or

.badge {
    display: none !important;
}

Add this code in the bottom of the base.css file,

Let me, know if you have any other Query,

Thank you

banned

View solution in original post

Replies 5 (5)

Gajendra
Shopify Partner
87 5 14

Hi,

 

There should be an option in the theme editor to show/hide sale tags/badges. If not found, it can be done via coding. 

Can you share your store URL and visitor password?

Shopify Custom Theme Developer | Figma to Shopify 2.0 | Top Rated on Upwork
Direct Message - https://gajendra-d.com - ecom@gajendra-d.com - LinkedIn - Twitter
- Was your question answered? Mark it as an Accepted Solution
- Was my reply helpful? Click Like to let me know!

SpeedyDev
Trailblazer
199 17 38

This is an accepted solution.

@GUSTOHERBS 

 

.card__badge span.badge {
    display: none !important;
}

 

or

.badge {
    display: none !important;
}

Add this code in the bottom of the base.css file,

Let me, know if you have any other Query,

Thank you

banned
GUSTOHERBS
Visitor
2 0 1

Thank you SpeedyDev! That worked!

pralinepanini
Tourist
15 0 2

This worked for me - great solution!

 

I have one more question though:

I want the "sold out" badge to display when one variant is sold out, even if there are other variants still available - is this possible?

If it is possible - i want only the "sold out" badge to display (when one variant is sold out), but never the "sale" badge.

How would I do this?

Thank you!

Vapes4You
Excursionist
41 3 12

Hi @SpeedyDev ,

 

your solution removes both badges - the sale badge - and the sold out badge.

Is there a way to keep the sold out badge and only remove the sale badge?

 

Kind regards

You're personal Vapeshop expert 🙂