Comments joerg started the conversationOctober 30, 2019 at 4:24pmHi thereIs there an easy way to have the white nav sticking to the top, instead of having it disappear on scroll?Cheers 240Elena repliedOctober 30, 2019 at 5:33pmHi Joerg,There's not such an option, I am sorry, but what you can do is adding some custom CSS in the Customizer to prevent header from hiding on scroll. For example:.site-header.is-header-fixed.is-header-hidden { visibility: visible; opacity: 1; transform: translateY(0);}Hope that helped.Cheers, P.1 Like Sign in to reply ...
Hi there
Is there an easy way to have the white nav sticking to the top, instead of having it disappear on scroll?
Cheers
Hi Joerg,
There's not such an option, I am sorry, but what you can do is adding some custom CSS in the Customizer to prevent header from hiding on scroll. For example:
.site-header.is-header-fixed.is-header-hidden {
visibility: visible;
opacity: 1;
transform: translateY(0);
}
Hope that helped.
Cheers, P.