A user needed to remove custom product tags (like “Sold out” and “Coming soon”) that appeared on their collection page product images, which were added during previous development work.
Solutions Provided:
Three community members offered CSS-based solutions to hide the tags:
Option 2: Insert a <style> block in the theme.liquid file above the </body> tag
All solutions follow the same approach:
Navigate to Online Store → Themes → Edit Code
Locate the theme.liquid file
Add the provided CSS code before the closing </body> tag
Outcome:
The issue appears resolved, as the original poster thanked the contributors. The solutions successfully hide the product badges from the collection page without requiring removal of the underlying code.
Summarized with AI on October 28.
AI used: claude-sonnet-4-5-20250929.
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..
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution