How to make a sticky menu and change it's visual properties on scroll
To make a menu sticky, you need to put the menu and all contents in a container (site wrapper) along with making the following changes to the menu settings:
Layout > Position set to Sticky.
Layout > Z-Index > Custom set to 100.
Layout > Type > Uniform > Inset 0.
Watch the following tutorial to see how to build a Sticky Menu, along with adding a drop shadow and frosted glass effect.
Advanced Sticky Menu Tutorial - Part 2
In this advanced tutorial we use some Javascript to adjust the look of the menu when the user scrolls down the page.