How to have two menus at the top of my website

hey @globeyjr add this code inside that custom liquid box:


  {% for link in linklists.new.links %}
    {{ link.title }}
   {% endfor %}

Then go to your Shopify backend >>> Online store >>> navigation. Make a new menu called “new” & add in your links as normal.

This code will currently center those links vertically on mobile. But if you want that menu hidden on mobile then just un-comment that “display: none” line in that code snipper & delete the 2 lines above it.