Shopify themes, liquid, logos, and UX
Hi I want to hide product tags from showing up on the collections page. In the image you see the 30% Chetak_IL I want to hide them. My theme is classic. Thanks for your help
Solved! Go to the solution
This is an accepted solution.
You are in the theme.liquid file
- That code add in the file theme.css.liquid
Hi, can you share store URL? and you want to hide this, right? https://prnt.sc/3cYMuldqs-RF
https://www.vdeliverfree.com/collections/on-sale I want to hide all the tags that are showing up on the collection page across all the site not just in this link.
Hi Sharathkatpally
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.scss.liquid and add this code at the end of the file
nav.tags {
display: none !important;
}
Result:
Best,
Esther
Thank you for replying. I pasted the code as you suggested. But I still the same tags https://www.vdeliverfree.com/collections/on-sale
Thank you so much it worked.
https://www.vdeliverfree.com/collections/on-sale
I added below code in the theme.scss.liquid at the last line.
nav.tags { display: none !important; }
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025