You were all super helpful the last time I asked a question here, so I’m hoping for some guidance again.
In one of my collections (https://www.buyloops.com/collections/frontpage), all the “Product Filters” are displayed at once, which takes up a lot of space. Is there a way to turn them into dropdown menus instead?
For example, the producer names list is especially long and pushes the products further down the page. I’d like to condense the filters into dropdowns so customers can immediately see the products without too much scrolling.
Your theme should support the ability to display multiple types of filters on the collection page, such as horizontal, vertical, and others, and enable you to assign different filter styles to different layouts.
To explore this, open the theme customizer in your Shopify admin, select the collection page template, click on the product grid on the left panel, and check the available filter options in the right-hand column - like this: https://screenshots.ablecanyon.com/KSPrntZqZTFSjZc9mmQ1
If you don’t see the desired options, it’s possible that the filters need to be configured in the theme settings or that specific options require enabling through a code update.
You can also examine the theme’s code to understand how the filters are implemented and what types are available. Specifically, look in the templates/collection.liquid file for details.
This file typically contains the logic and structure for the filters used on collection pages, and reviewing it might give you insights into how different filter types are managed or displayed.
Additionally, some advanced filter functionalities might only be accessible by integrating third-party apps or through custom development.