Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1403663

    Hello Enfold team,

    I do not want to display a logo on desktop until the user starts to scroll. Can you please help me with this?

    -James

    #1403763

    Hi James,

    This is possible and set in each page, just edit the page and go to Layout (located at the bottom of the sidebar) and set Header visibility and transparency to Header is invisible and appears once the users scrolls down.
    Hope this helps.

    Best regards,
    Nikko

    #1404188

    Thank you, but this isn’t quite what I’m looking for. I want the menu icon always to be visible, and the logo only appears on scroll.

    #1404206

    Hi nTECHgrate,

    I see, please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .logo {
        visibility: hidden;
    }
    
    #top .header-scrolled .logo {
        visibility: visible;
    }

    Best regards,
    Nikko

    #1405011

    Thank you sir.

    #1405078

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1405097

    Please close the ticket.

    I appreciate your help.

    #1405181

    Hi nTECHgrate,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No logo until the user scrolls’ is closed to new replies.