Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi @melanies23 👋 Why make customers dig that much through menus.
When a sites navigation gets that complex that indicates bad choices have been made in structing the sites navigation.
When you reach the normal limits of a system you need to either customize the theme or use apps.
To DIY a solution research the net or forums to figure how to do something like tie one menu to another menus children etc.
If you need this customization and have a strong use case and budget then contact me for services.
Contact info in forum signature below ⬇ ⬇ ⬇.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hi @melanies23,
This is possible, you need to change the menu display code for it.
So for 4th menu, you will need to create a separate menu and use a handle to be able to display it in the 3rd menu. Refer code:
{% for link in linklists[menu_handle].links %}
{% endfor %}