Hiding Product Collections from Catalog Page without disabling it from Site

Hello, I have been working on reorganizing our new shopify website for our tea store.

Our current issue is the organization of the main product catalog. To help customers navigate the wide variety of products we have, we built collections to organizes our tea across several collections. Type of tea, flavor, region, ect.

When a customer wants to navigate the site, they can look through the collections we have very easily. However, when a customer clicks on “tea” they are brought into the main catalog page, which lists every collection we have. It is just too much for them to easily navigate.

We are hoping to find a solution that allows us to remove or hide certain collections from our catalog page, without removing them from the website itself.

I am attaching a new image to help visualize this, I am hopeful this is a reasonably simple thing to implement, but I cant seem to find any settings that allow this.

Thank you all!

www.mirotea.com

You can go to your sites template files and find the one for the CATALOG (COLLECTIONS) page. Find the code for the loop that outputs each collection, and add an IF statement to display only if it matches a specific name. More information can be found here.