Skip to content
hestia

Make your site feel premium – unlock more controls, more style, and a smoother building experience with priority support.

See Pro Plans →

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:

.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;
}