Comments jtnorth started the conversationJuly 21, 2020 at 2:35amHi there,I have a page setup to reveal the header on scroll, but the menu items are on before the rest of the header elements animate in. I've attached pictures for reference.Is there a way to make the header elements animate on correctly?Thanks,- j 3,017Andrew repliedJuly 21, 2020 at 4:17pmHi there,Did you mean to hide menu items before scroll? Try the following custom css: #header-outer.transparent #top nav > ul > li > a { display: none; } Kind regards. Sign in to reply ...
Hi there,
I have a page setup to reveal the header on scroll, but the menu items are on before the rest of the header elements animate in. I've attached pictures for reference.
Is there a way to make the header elements animate on correctly?
Thanks,
- j
Hi there,
Did you mean to hide menu items before scroll? Try the following custom css:
Kind regards.