Dynamic menu item (embarrassed to ask)

I have been updating a site someone else created and am able to figure most aspects out, I am having trouble understanding how the main menu overlay is generated.

For example, on the attached, I can’t see where the four main headings and sub sections can be edited?

Many thanks guys.


https://preview.webflow.com/preview/gsais-d677c5660165d330733f89639b543d7f?utm_medium=preview_link&utm_source=designer&utm_content=gsais-d677c5660165d330733f89639b543d7f&preview=49ac10f8cbf941fe1c2c77d3d848bafb&workflow=preview

No way I live round the corner from the art school.

  1. The classes your’e looking for are .Package, .menuwrapper, .menuoverlay
  2. They are controlled by interactions within the panel.

So if you activate the menu then inspect and .panel { display: none; } you’ll see how its been put together. The data-wf-id’s are associated with animations and you can see "style=“opacity: 1” which means it had to have been an initial of 0 in order for the menu to appear on click.

If your’e not comfortable with dev tools just turn off the interactions called “menu open, menu close” on the assigned class .panel and it will be visible on screen. Good luck with that one.

1 Like

HI @jacobite to get access and see menu element change temporarily menu-overlay from fixed to relative.

1 Like

hi @jacobite if you do not have further questions and issue doesn’t persist feel free to close your request as solved :wink:

1 Like

many thanks to both for taking the time to share your expertise. Much appreciated.

1 Like