Archived topic
Install custom menu
3 replies · Started by Sam on September 25, 2018
Hey Tom,
I would like to install this menu style into my GP child theme.
But not sure how I can do that.
https://codepen.io/ariona/pen/pENkXW
Please advise , thank you so much!
Hi there,
I took a good look at this and it looks like it will require a pretty significant amount of tweaking, unfortunately.
You may need to hire a developer to spend an hour or two on it. Codeable.io is an awesome resource for that.
Sorry we can't be more helpful!
Hi Tom,
Suppose I wanted to code it myself - could you give me a high level advice of what would typically need to happen to get the code on the site?
Thank you!
You would need to:
1. Adjust the CSS to work with the current structure of the HTML. This means adjusting class names and overwriting existing CSS which may conflict.
2. Adjust the JS to work with those same class names.
I'm not sure how it would work with accessibility (being able to tab through the items), but the above would be a good start.