Create your first navigation tree
Build a category hierarchy and add it to your storefront in about 10 minutes.
What you'll build
A navigation tree like this:
Clothing
├── Men's
│ ├── Shirts
│ └── Pants
└── Women's
├── Dresses
└── Tops
Accessories
Prerequisites
- TreeNav app installed
- At least a few collections in your Shopify store
Step 1: Open TreeNav
- Go to your Shopify admin
- Click Apps in the sidebar
- Open TreeNav
If this is your first time, you'll see a welcome screen. Click Create your first tree to get started.
Step 2: Create a tree
- Click Create tree (or the button on the welcome screen)
- Enter a name like "Main Navigation"
- You'll be taken to the tree editor
Step 3: Add top-level categories
- Click Add collections
- In the collection picker, select your main category (e.g., "Clothing")
- Click Add
- The collection appears as a node with its title as the label
Repeat to add more top-level categories like "Accessories".
Step 4: Add nested categories
- Click the + button on the "Clothing" node
- Select "Men's" from the picker
- Click Add
Now add children under "Men's":
- Click + on the "Men's" node
- Select "Shirts"
- Click + on "Men's" again
- Select "Pants"
Repeat for "Women's" and its children.
Step 5: Customize labels (optional)
Each node has an independent label. To change it:
- Click on a node to select it
- Edit the label in the text field
- The label doesn't affect your Shopify collection title
Step 6: Organize with drag and drop
Adjust the order if needed:
- Drag nodes up/down to reorder siblings
- Drag onto another node to nest as a child
- Drag left to un-nest (move up a level)
Step 7: Save your tree
- Click Save in the save bar at the bottom
- Your tree is now published and synced to your storefront
- Note the Tree ID shown in the dashboard — you'll need it for theme setup
Step 8: Add to your theme
- Go to Online Store → Themes → Edit theme
- Click App embeds in the left sidebar
- Enable Tree embed
- Enter your Tree ID in the settings
- Choose your layout:
- Sidebar for vertical filters
- Drawer for mobile filter drawers
- Topbar for horizontal filters
- Click Save
Step 9: Preview
- Navigate to a collection page in the preview
- Your tree navigation should appear in the filter area
- Test expanding/collapsing nodes
- Click a collection to navigate
Troubleshooting
Tree not appearing:
- Enable Debug mode to see detection status
- Try a different layout option
- Use Custom position with a CSS selector for your theme
Wrong position:
- Try different Placement options (Inside start/end, Before/After)
- Configure desktop and mobile separately