A user seeks to make submenu items clickable on mobile devices in the Dawn theme, as this functionality already works on desktop. The issue is that clicking submenu names doesnât navigate to their linked URLsâonly the arrow icon opens nested submenus.
Solution provided:
Modify header.liquid file in the theme code
Find Details-menu-drawer-menu-item and add markup code to make first-level submenu items clickable
For nested submenus (second level), locate Details-menu-drawer-submenu and apply similar code changes
Screenshots with code snippets were shared showing the exact placement and syntax
Implementation notes:
The solution was partially successful initiallyâfirst-level items became clickable, but second-level items still only opened further submenus
A follow-up fix addressed the nested submenu issue
One user adapted the solution for Dawn Theme v8.0 (around line 159), noting the original code had missing link titles and URLs, though the arrow still navigates to submenus as intended
Summarized with AI on November 22.
AI used: claude-sonnet-4-5-20250929.
now i can click on the âName1â and i go (like i want) directly to the linked collection(perfect), but when i use the arrow and i come to menu point âName2â it doesnt work and i go only in the next submenu.