Shopify themes, liquid, logos, and UX
Hello there,
A previous round of development had made our product tags visible (eg. Sold out, coming soon) with some special custom designs. I now want to remove that feature and don’t know how..
See the first two products here: https://rheakalo.com/collections/vichy
Any help is much appreciated, thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @RheaKalo
Please try to add this Custom CSS to your store:
.price__badges {
display: none !important;
}
Hey @RheaKalo
Are you talking about those tags on top left corner of the product images on the collection page? If yes, then
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 </body> tag
<style>
span.tag {
display: none !important;
}
</style>
RESULT
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hi @RheaKalo
Please try to add this Custom CSS to your store:
.price__badges {
display: none !important;
}
<style>
span.tag {
display: none !important;
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution
Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025