Hello @JEA_visq Your task is possible, but it will take some time because its coding is quite lengthy. Each page has a separate CSS, and based on that, two headers are created. If you find it appropriate, send me the URL in the inbox. I can check the store and let you know how much work needs to be done.
Thank you!
Please go to Actions > Edit code > snippets > header-dropdown-menu.liquid file, and add change all code:
{% comment %}
Renders a standard dropdown style menu for the header.
Usage:
{% render 'header-dropdown-menu' %}
{% endcomment %}
{%- liquid
assign menu = section.settings.menu
if collection.handle == 'sogoodsisters' or page.handle == 'so_good_sisters_pagetemp'
assign menu = linklists['241228_n_menu']
endif
-%}
Thank you very much for taking time to answering my request.
And also anyone else who replied to my post.
I think I should be working with the header-drawer.liquid file?
And in that file, I tried some of your code:
{%- liquid
assign menu = section.settings.menu
if collection.handle == 'sogoodsisters' or page.handle == 'so_good_sisters_pagetemp'
assign menu = linklists['241228_n_menu']
endif
-%}
I’ve also tried a few different versions of this.
Basically, it just shows the original drawer main menu. On all pages.
Haven’t seem to find the right tag or code to assign a different header menu to a single page or a Collection Shopify Dawn theme 15.2.0
Please, if anyone has time. Please see the code below the better-drawer.liquid file.
I feel like I’m pretty close, but just not there yet.
Once again, thank you for advise or any insight is greatly appreciated.
{% comment %}
Renders a header drawer menu for mobile and desktop.
Usage:
{% render 'header-drawer' %}
{% endcomment %}