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

    Hi there,

    I wanted to show a logo in the header, only on scroll.

    I’ve managed to hide the logo, but now it’s hidden also on scroll.
    Please take a look at the test website.
    In the black bar that is visible only on scroll, I wanted to place the logo on the left.
    I hope that one of you guys have a tip for me…

    Best regards, Annelies

    #771355

    Hey Annelies,

    Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .av_header_transparency .logo {
      display: block !important;
    }
    

    Best regards,
    John Torvik

    #771634

    Hi There,

    I wanted the oposite of what’s happening now. Logo not visible on entering page, logo visible in the black bar when you begin scrolling down.

    Best regards, Annelies

    #772545

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av_header_transparency .logo {
        opacity: 0;
    }
    

    Best regards,
    Yigit

    #773015

    Hi Yigit,

    Thanks, you’re the best ;-)
    It is working perfect.

    Best regards, Annelies

    #773218

    Hi,

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu logo only show on scroll’ is closed to new replies.