Hi, can someone help me with this problem that I have on my page, I want to eliminate the badge that says “Oferta” from my collection page
Does anyone know how to do it?
A user sought help removing an “Oferta” (Offer) badge appearing on their Shopify collection page at breathx.com.mx/collections/all.
Solution Provided:
.product-badges {
display: none !important;
}
Outcome:
Hi, can someone help me with this problem that I have on my page, I want to eliminate the badge that says “Oferta” from my collection page
Does anyone know how to do it?
Hi, William from PageUni here. After looking into your page source code, I think this CSS rule will work for you:
.product-badges {
display: none !important;
}
All you need to do is adding it to your theme’s custom css. Hope it helps
!
It really worked, thank you so much for your help!