Thank you for your reply.
I have ‘main menu’ and I want to put ‘legal’ as 2nd menu.
Then, Which handle should I put that code on and what should I replace [handle menu] to?
Goal: Create a dual-menu header layout in Shopify—one basic menu on top and a main collections menu below, positioned next to store icons.
Initial Solution (Dawn Theme):
sections/header.liquidlinklists.legal.links)Key Challenge:
Newer Dawn theme versions restrict link_list schema type to single use, breaking the original approach. The workaround involves directly referencing menu handles instead of using schema settings.
Common Customization Requests:
font-size: 16px)Current Status:
Ongoing troubleshooting for various users implementing the solution. Recent issues include schema validation errors (“id too long”) when applying code modifications. Users need to share their specific header.liquid code for tailored solutions, as implementation varies by theme version.
Thank you for your reply.
I have ‘main menu’ and I want to put ‘legal’ as 2nd menu.
Then, Which handle should I put that code on and what should I replace [handle menu] to?