Is there a free theme available that has a side bar in the products section that displays all of the other product categories in the side bar?
I am using the Dawn theme right now and it seems like it only displays the filter options in the side bar when viewing a specific product category. To view another product category, I would have to go to the top menu bar and navigate to another category.
I want something similar to what Nike has on their website. The theme Warehouse has this option, but is a paid theme. I was looking to see if there was a free theme that might be able to do it.
Then add the schema code in the file main-collection-product-grid.liquid, under the schema section (around line 377, or you can search for id: “filter_type”). Please copy the code carefully.
You’re not missing anything — this is actually a limitation of the Dawn theme and most free Shopify themes.
Dawn (and many Online Store 2.0 themes) only supports sidebar filtering on collection pages, not a persistent category navigation sidebar like what you see on Nike. That kind of layout is usually built into specific themes or added through customization.
Here are a few options you can consider:
Free theme option: The Venture theme (if still available in your theme library) is one of the few free themes that supports a sidebar-style navigation for larger catalogs.
Customization: You can add a sidebar category menu to Dawn by creating a custom section (like a sidebar.liquid file) and linking your collections there. This requires some Liquid/CSS editing but gives you full control. ()
App solution: You can use a free app like a sidebar menu/navigation app to display collections and categories in a sidebar without coding. ()
In most cases, if you want a Nike-style experience (persistent category navigation + filters), you’ll either need a paid theme like Warehouse or a custom-built solution.
If you want to keep Dawn, I’d recommend going the customization route — it’s the best balance between flexibility and cost.