Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #887581

    Hi,

    I would like to hide my logo when I open the page, but when I scroll down, it should shown. The logo will be added to the layerslider, a visual of the logo should be displayed in the header when scrolled down.

    How can I do this? I’ve tried to change a few things mentioned in this topic, but now the logo is hidden all the time.

    Added the link to my site in the private part.

    Regards,
    Erwin

    #887641

    Hey erwin_m,

    Can you remove the code which is currently hiding the logo?

    Best regards,
    Jordan Shannon

    #887789

    Hi Jordan,

    I removed the code.

    Regards,

    Erwin

    #888039

    Hi,

    Add this to quick css:

    #header #header_main .logo a img{
    display:none!important;
    }
    
    
    #header.header-scrolled-full #header_main .logo a img{
    display:block!important;
    }

    Best regards,
    Jordan Shannon

    #888095

    Hi,

    Works great! Thank you. You can close this topic.

    Regards,

    Erwin

    #888109

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide logo at the top of page, show when scrolling down’ is closed to new replies.