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 change the navigation from scrolling to static?

By default, Hestia has a transparent header that remains sticky and turns white as you scroll.

To change this behavior, navigate to  Appearance > CustomizeAdditional CSS and paste the following code:

.navbar-fixed-bottom, .navbar-fixed-top {	
	 position: absolute !important;	
	}

Save the settings and check the results.

💡 Result