If dropdown menus don’t show child collections, this guide fixes it.
Step 1: Structure Menus Correctly
Go to Online Store → Navigation
- Main Collection
- ↳ Sub-Collection (nested)
Step 2: Enable Dropdowns in Theme
Theme Editor → Header → Enable dropdown menus
Step 3: CSS Fix
.header__submenu {
display: block;
}
✅ Result: Proper dropdown categories visible.