Dawn Theme - Hide sale badge on the store

Hello,

I’d want the sale badge to hide from my store. Any way on how to do this?

1 Like

Hello @DaandeLeur

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

HEllo @DaandeLeur
please provide URL and password of your website.

Hi @DaandeLeur

Please open Online Store > Themes > Customize > Theme settings > Custom CSS, add this code and save

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

Hi @DaandeLeur ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hey @DaandeLeur

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed