How can I remove the 'sale' tag from my debut theme?

Hi guys,

I was wondering if anyone knows how to remove the ‘sale’ as shown below

I have the debut theme.

Thank you in advance for your help,

Caitlin

Hey, @maternallyhappy .

Thanks for bringing your question to our Community forums. I understand that you’re hoping to remove the ‘sale’ tag from your discounted products on your storefront. I’m happy to provide some suggestions.

In order to achieve this, you will need to make some code customizations to your theme. You can find more information on this here: Editing theme code. If you are comfortable with coding, I’ve found a similar Community thread with some suggestions.

If you’re going to edit the code of your theme, I highly recommend duplicating your theme first and learning how to roll back to an older version of your theme. That way, you can reverse the changes if needed.

Because you’re using a free Shopify theme, if you’re on the Basic Shopify plan or higher, then you receive 60 minutes of complimentary design support. If you don’t feel comfortable making these changes yourself, our Support team linked here may be able to help further with this. You can learn more about what types of customizations are available for your theme here. Otherwise, you could consider hiring a Shopify Expert to help you make this change as well. I suggest browsing the list of Experts that specialize in theme customizations.

In the meantime, I’d love to hear more about your business! How has everything been going? If there is anything else I can help with please let me know!

Talk soon,

Hi @maternallyhappy ,

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
.product__price .price__badges{
  display: none !important;
}

Hope it helps!