refresh theme - removing sale and out of stock badges from product page

I’ve managed to remove the sale and out of stock badges from the collection pages, but they are still showing on the product page. How and where do I need to alter some coding please?

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

1 Like

https://admin.shopify.com/store/rainbow-nation2

Hi @rainbownation ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.instabadge-badge {
    display: none !important;
}

Hope it helps!

Thank for your help. Instabadge is what I am using. Its the theme badges I need to stop from showing. I stopped them on collections, but not on product page

1 Like

Hi @rainbownation ,

Please change code:

.product__media .instabadge-badge {
    display: none !important;
}

Sorted it, thank you for giving me the starting point to fix this :slightly_smiling_face:

1 Like

Hi @rainbownation ,

If you have any further questions, you can contact me.
Happy to help you.