I’m trying to create a dark overlay on my site when the hamburger menu is opened, and I want the overlay to disappear when the menu is closed.
I’m looking to create something similar to the image below.
Any suggestions how to accomplish this?
I’m trying to create a dark overlay on my site when the hamburger menu is opened, and I want the overlay to disappear when the menu is closed.
I’m looking to create something similar to the image below.
Any suggestions how to accomplish this?
Easily use the Mobile menu plugin and once you are calling menu just put the menu components inside of the div.
The structure will be something like:
Nav Wrapper (Div - holder to call the menu on mobile menu tap - width / height 100% and fixed position)
–Nav Menu (Div - full menu)
–Absolute Overlay (div with absolute position 0,0,0,0)