Showif Mobile Menu after you scroll past a certain point

I am trying to reveal a sticky header & mobile menu to appear only after you scroll past the hero section. And hide if you scroll back up to the top. Is there a tutorial for that or could someone point me in the right direction?

Here’s the preview link: Karl's Bait & Tackle

Hi @maciejlabinski,

To make a sticky header appear only after the hero section, you can either place the header after the hero section and use CSS position: sticky; top:0; for the header or you can use custom javascript code to do so, you can find help at the codepen Sticky nav after scrolling past the hero section.

Let us know if you have any further questions or concerns. Thank you!