How can I hide deleted tags from my Catalog sidebar?
Store: egyptiful.com Supply theme
You said hide deleted tags, did you delete few tags from filters?
If you want to hide that column then you can add the following code at the bottom of your assets/theme.scss.liquid file.
aside#collectionFilters {
display: none;
}
Let me know if this works.
Thanks!
Thank you for your reply, what I mean is I tagged some products with similar tags, so I removed the 2 tags in red below and left only “Cotton Bedding” as the ONLY tag on my products. so basically I have no products at all with the 2 tags in red! while are they still showing? How can I remove the repeated tags only?
I’m using Supply theme. As you say it needs customization of filter code OR just leave it for a couple of hours and the deleted tags will be removed automatically. it just needs some time to reflect, more than a few minutes tho.