Hide header/subheader until user starts scrolling
Hello,
I've found a few other posts asking for this information, but the provided solution did not work. Namely, to use CSS,
#Top_bar:not(.is-sticky) .menu_wrapper { display: none !important; }
Also, I only want this effect on one particular page. Currently I am doing this on a staging site. I can PM you the URL of that. Although I'll also need solution for live site (if solution is not the same).
Comments
paste it into theme options>custom css&js>css