COLLECTION - Removing collection filters

By default, all our themes will display the products tags within collection pages. Product tags are used to filter a given collection to return only a limited subset of products. However, you may want to disable this feature completely. The instructions depend on the theme you are using. Please select your theme below:

1

Open the theme editor and, in the page selector at the top, choose "Collection pages":

And then select "Default collection":

2

Click on the "Collection page" section:

3

For the "Mode" setting, choose the "Hidden" value, as shown below:

1

Open the theme editor and, in the page selector at the top, choose "Collection pages":

And then select "Default collection":

2

Click on the "Collection page" section:

3

Uncheck the setting "Show filters":

1

Open the theme editor and, in the page selector at the top, choose "Collection pages":

And then select "Default collection":

2

Click on the "Collection page" section:

3

Uncheck the setting "Filter by tag":

1

Open the theme editor and, in the page selector at the top, choose "Collection pages":

2

Click on the "Collection page" section:

3

Uncheck the setting "Filter by tag":

1

In the list of themes, click on the "Actions" button, and select "Edit code":

2

Then, in the sidebar, click on the folder called "snippets", and open the file called "theme_features.liquid":

3

Around line 22, you should find this line of code:

{% assign theme_features_collection_enable_tag_filtering = true %}
		

Modify it to this by changing the true to false:

{% assign theme_features_collection_enable_tag_filtering = false %}
		
4

Save the snippet. The filters should be now gone!