How to remove sticky menu after scroll
Hestia has by default a sticky header. To remove this behavior, make sure you add the following code in Appearance > Customize > Additional CSS:
💡 Tip: You can also disable the sticky header without code using the Sticky Navbar toggle in Appearance > Customize > Header Options > Website - Header.
.navbar.navbar-scroll-point, .navbar.navbar-scroll-point.header-with-topbar, .navbar.navbar-scroll-point.hestia_center, .navbar.navbar-scroll-point.hestia_right{
position:absolute !important;
}