Okay
  Public Ticket #2479419
Menu items appear on transparency
Closed

Comments

  • jtnorth started the conversation

    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

  •  3,017
    Andrew replied

    Hi 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.