Is there any way to show different header menu for different pages

Is there any way to show different header menu for different pages

theme: craft

store: https://aesthetix0.myshopify.com/

@hitesh01

Yes this can be done via some conditional statements for the menu links.

{% if template.name == "index" %}

MENU 1 code

{% else %}

MENU 2 CODE

{% endif %}

Thanks

Hi @hitesh01 ,

Please refer to the below video to implement the same.