Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #254324

    Hello,

    I would like to use the sticky transparent header, but have the logo and menu hidden on page load. When the user scrolls down and the header transitions, the logo and menu would ideally fade in. Possible?

    Thanks!
    Brian

    #254519

    Hi cavanaughb!

    Can you post the link to your Enfold website so we can take a look?

    Regards,
    Yigit

    #254566
    This reply has been marked as private.
    #254569

    Hi!

    Please remove the custom CSS code you added to hide logo and add following code to Quick CSS instead

    #top .av_header_transparency #header_main {
    display: none;
    }

    Best regards,
    Yigit

    #254573

    Perfect! And if I just want to do this on the homepage, do I add “.home” to the beginning of the CSS code?

    .home #top .av_header_transparency #header_main {
    display: none;
    }
    #254574

    Hey!

    Yes and if it does not work, you can try

    .home .av_header_transparency #header_main {
    display: none;
    }

    Regards,
    Yigit

    #254576

    Removing the #top did the trick.

    Thanks again!
    Brian

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hiding transparent logo and menu’ is closed to new replies.