How can I hide/remove deleted tags from my Catalog sidebar?

How can I hide deleted tags from my Catalog sidebar?

Store: egyptiful.com Supply theme

1 Like

@egyptiful

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!

1 Like

Hi @dmwwebartisan

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?

As you can see here

https://egyptiful.com/collections/all?sort_by=created-descending

1 Like

@egyptiful

Which theme you are using?

This needs customization of filter code.

Hi @dmwwebartisan

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.