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 > Customize > Additional CSS and paste the following code:
.navbar-fixed-bottom, .navbar-fixed-top {
position: absolute !important;
}
Save the settings and check the results.