Hi Guys I am relatively new to my Shopify code section “rookie” and I would like someone who can help explain the steps that I need to follow to add an alternative menu to my Shopify store.
I want to do this because I want a different menu to appear on only some of my pages. for example, I would like a menu on my products page with tops-bottoms-outerwear- etc..
At the moment my default menu appears on every page that you go into. Hopefully, someone can interpret what I want. I would like the default header on my home page to remain the same as it is.
I have looked at other posts similar to mine and they have not been very helpful and very hard to follow. If someone could step it out in very basic instructions that would be great
It’s an advanced customization , there is no such thing as “basic” . Any “basic” steps omit a lot of into to get a finished customization if you don’t have experience with coding or shopify themes.
Same steps for any feature that is a duplicate of existing feature for specific pages:
- Find menu section or related code
- duplicate it naming it and any schema ids different from the original.
- add logic to switch between the two either in liquid or using CSS; which will depend on if menu is static section or coming from a JSON template.
- Profit??
You need to move along that path and address each stumble separately.
If your learning this to develop themes, you just need to go to shopify.dev and learn to implement a section from scratch.
1 Like
Hello 
A similar question has been answered here.
This might point you in the right direction 