How to remove the sale tag on product page

Hi all,

So I successfully remove the sale tag on the collection page but I cannot find a way to remove the blue sale tag on the main page for the product itself. Any help?

My page is elysianclo.store if you guys need it.

I attached the picture on the blue sale tag needing to be remove.

Hey @ELYSIAN_CLO

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

Hi @ELYSIAN_CLO

You can do that by adding this CSS code at the bottom of your base.css file in Online store > Theme > Edit code > Assets

.product .price .badge { display: none !important; }

Hi @ELYSIAN_CLO ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

<phong cách>

Hi @ELYSIAN_CLO

Please provide password as well so I can visit your store and provide a solution.

Thank you so much!

This one worked for me.
Thank you!

Happy I could help

This worked for me on the product page but it still shows the sale badge on each product when i’m in the collection. Is there something else i can add to the code or another way around this?

Could you share your store link?

https://d7bdb4-de.myshopify.com/

Please update the code to this

.product .price .badge,
.card__badge  { display: none !important; }

Yes, that worked, thank you! Now whenever it is time for me to update my theme will this code transfer or will I have to put it in again?

You will need to copy code and add it to your new theme