Remove 'Sale' Badge from Trade Theme

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;
}

Hi @Panello ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Snippets/card-product.liquid

  2. 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 :heart_eyes:

This solution worked!

Thank you

Hi @Panello ,

If you have any questions, you can contact me directly.
Happy to help you :blush: