Does anyone know how I can eliminate the "Oferta" badge in my collection page?

Topic summary

A user sought help removing an “Oferta” (Offer) badge appearing on their Shopify collection page at breathx.com.mx/collections/all.

Solution Provided:

  • Add the following CSS rule to the theme’s custom CSS:
.product-badges {
  display: none !important;
}

Outcome:

  • The CSS solution successfully removed the badge.
  • Issue resolved.
Summarized with AI on October 24. AI used: claude-sonnet-4-5-20250929.

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?

That one

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 :wink:!

1 Like

It really worked, thank you so much for your help!