How to remove sale tag from main product page

I want to remove that sale tag from main product page but on the collection it should be there.

Store: theavalonz.in

hi @LokNdra

Step 1. Go to Admin β†’ Online store β†’ Theme > Edit code

Step 2. Find the file component-price.css. Add the following CSS snippet

.badge.price__badge-sale.color-scheme-2 {
    display: none !important;
}

If it helps you, please like and mark it as the solution.

Best Regards

1 Like

Thank you so much. It worked :raising_hands:

1 Like

Hi @LokNdra ,

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search theme.liquid
Step 3: Before close head tags. Pls insert this code:

{% if template.name == 'product' %}

{% endif %}

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:

1 Like

hi @LokNdra

We’re happy to support you. Can you give us a like or solution? This can greatly motivate us to contribute to our community.