Hi Guys,
I want to remove the sales badge from appearing on the product, both on the home page and on the product page.
I’m using the trade theme, and the solutions I’ve tried from other discussion responses haven’t seem to worked.
Would appreciate any help!
Hi @Panello ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.card__badge {
display: none !important;
}
EBOOST
3
Hi @Panello ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
-
Snippets/card-product.liquid
-
Find " {{- ‘products.product.on_sale’ | t -}} ". Refer the screenshot below to remove code ( Remember we have 2 positions need to remove)
Hi @Panello ,
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 
Hi @Panello ,
If you have any questions, you can contact me directly.
Happy to help you 