Hello,
I’d want the sale badge to hide from my store. Any way on how to do this?
Goal: Hide the “Sale” badge in the Shopify Dawn theme.
Key solution provided:
Other inputs:
Media:
Status/outcome:
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 ![]()
Hey @DaandeLeur
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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