Have a question regarding Shopify’s collection list feature in the page template. It is the same collection no matter which page I go to on the website customization and would like to have my collection list featuring different sub categories under TOPS, DRESSES, BOTTOMS, etc. I am wondering if we can do something like this:
Hello! Appreciate the response, although I’m afraid the collection list feature is still present on all the apparel menus no matter which ones I click on and does not change. If I try the specific collection of various dress sub-categories on the Dress menu, then they show up as well under TOPS & BOTTOMS.
Great question! What you’re trying to do—show a different set of collections (like TOPS, DRESSES, BOTTOMS, etc.) on different pages—is definitely possible, but it requires a slight adjustment to how Shopify’s collection list sections work in the theme editor.
By default, Shopify uses “static” collection list sections, meaning if you add a collection list to a custom page, it shows the same content across all pages using that template. Here’s how to make them different:
Option 1: Use Custom Page Templates
To have different collection lists on different pages, you’ll need to create unique page templates in your theme:
Steps:1. Go to: Online Store → Themes → … → Edit Code
Under Templates, click Add a new template → Page → JSON
Name it something like:
page.tops.json, page.dresses.json, etc.
In each template, include a custom section that lets you choose different collections
Then:
Create separate Pages in the admin (Pages → Add Page)
Assign each one its matching custom template
Customize the content per page using the theme editor
Result:
Each page (e.g., /tops, /dresses) will show a different set of collections or products, all managed visually through the editor.
Let me know which theme you’re using (like Dawn, Refresh, etc.), and I can guide you with a specific example or help write the code for a custom section.