Full Page Overlay Menu

Hello Everyone,

Just wanted to ask the community whether there is a way to create a menu similar to the approach used in the following website using webflow.

Any help would be greatly appreciated!

Yes it’s possible. You need to design the menu first, it has to be height:100% (the body need to be height:100% too) and position:absolute, and preferably placed just under the body, at root.

Then pass it display none and opactity:0.

Then create an interaction on the menu icon that affect the menu (different element) passing it to display block and opacity:100%.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.