Dawn Theme - Hide sale badge on the store

Topic summary

Goal: Hide the “Sale” badge in the Shopify Dawn theme.

Key solution provided:

  • Add custom CSS via Online Store > Themes > Customize > Theme settings > Custom CSS:
    .price__badge-sale { display: none !important; }
    This targets the sale badge element and removes it from view.

Other inputs:

  • Two replies asked for the store URL/password to inspect and propose a tailored fix.
  • Two replies suggested editing theme.liquid (placing code above or above ), but no actual code was included in those posts, so the exact implementation there is unclear.

Media:

  • Screenshots show the sale badge and an “after” result illustrating the badge hidden, supporting the CSS approach.

Status/outcome:

  • No confirmation from the original poster that the solution worked; no marked resolution. The actionable, complete method in-thread is the Custom CSS snippet above. The theme.liquid approaches remain unspecified without code.
Summarized with AI on December 22. AI used: gpt-5.

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