Hello @CureUV ,
- Go to Online Store->Theme->Edit code
- Asset->theme.scss.liquid Or theme.scss.css-> paste bellow code in bottom of file
.template-collection .collection-filtering {
display: none !important;
}
Thanks
Issue: Merchant wants to remove the “Tags: any” filter from collection pages without deleting product tags, since tags are still needed for the left-side sorting menu. A screenshot highlights the unwanted filter showing raw tags.
Solution provided (Shopify theme CSS):
Outcome: The original poster confirmed the fix worked. Discussion resolved.
Hello @CureUV ,
.template-collection .collection-filtering {
display: none !important;
}
Thanks