Adding a second menu underneath mega menu

I’m trying to add a secondary menu underneath a mega menu

I’ve created the menu calling it second menu:

{%- liquid
assign main_menu = linklists[section.settings.main_menu_link_list]
assign second_menu = linklists[section.settings.second_menu_link_list]
assign toolbar_menu = linklists[section.settings.toolbar_menu]

I’ve got it rendering properly in the customisation section

But I’m missing something to get it rendering properly.

{%- render 'header-desktop-nav', second_menu: main_menu, dropdown_alignment: dropdown_alignment -%}

This seems to do nothing. Can anyone help?

1 Like

@cybko

This code customization work please hire Shopify expert!

Thanks!