Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, I have a bundle page that I want to use comparative pricing with, but I don’t want the auto sale sticker to pop up on that particular collection.
is there a way to suppress this sticker just on this collection? Ive made it white for now but it won’t serve me for future sales where I want the sticker, and on mobile you can see the white sticker over the top of some elements.
if you can help with some code I’d be grateful
using Turbo theme
This is my site; mrpoppinsandco.com
on bundles collection.
Solved! Go to the solution
Not confident it will work but can try adding this to the collection sections custom CSS settings:
.price-ui-badges price-ui-badges--round {visibility: hidden}
Thanks I’ll try and let you know
thanks that didn't work but the next reply did so thanks for the offer.
I only want it suppressed on one specific collection though. Won’t that supress it on all collections?
awesome that worked. thanks so much
Hi @suyash1 - do you know if this is possible on one type of sticker on one collection only? My new in collection page is currently showing Black Friday stickers and New in stickers. I don't want the new in stickers to show - they're covering the products too much. Any idea please? https://www.lespetits.fr/
Many thanks, Lauren
@LaurenMcCreery -please share your collection page where yo want to hide them
Here you go! https://www.lespetits.fr/collections/new-in
It's just the "new in" i want to hide, the black friday i want to keep. Thank you so much 🙂
@LaurenMcCreery - please add this css to the very end of your styles.css file and check
.price-ui-badge__sticker.price-ui-badge__sticker--new {display: none; visibility: hidden;}
It worked!! Thank you so so much 🙂