How to exclude specific tags from filter in Sunrise theme?

You can do it by using this simple method, find the liquid that renders the tags filter, adding the data-value=“{{value}}” (value is the tag name/filter value). For example:

{{ value }}

and then in the CSS, add the display none for those tags that you want to hide

.facet[data-value=“{{value1}}”],

.facet[data-value=“{{value2}}”],

.facet[data-value=“{{value3}}”] {

display: none;

}

Or you can try some filter app and exclude the filter option that you don’t want to show

https://apps.shopify.com/ultimate-search-and-filter-1