Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #373595

    Hello,

    I was wondering if there was any way to have the Transparency slide in when scrolling instead of fading in.

    Thanks!

    #373635

    Hey Pappasdg!

    Your talking about the header where your logo sits? I don’t see an easy way of doing that unfortunately. You’ll want to hire a freelancer to help you out with this customization.

    Regards,
    Elliott

    #373652

    Hey Elliot,

    I am basically trying to have the Header is invisible and appears once the users scrolls down effect but I don’t want the header to be invisible at the start.

    Thanks,

    #373656

    Hi!

    In that case you can use this CSS.

    #header { display: none; }
    .header-scrolled { display: block !important; }
    #main { padding-top: 0px !important; }
    

    Regards,
    Elliott

    • This reply was modified 9 years, 10 months ago by Elliott.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.