Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #290376

    Hi! Recently bought the theme and have been playing a bit. Great stuff so far!

    My logo really doesn’t work with the full screen, transparent header when I’m using dark pics.

    Can I hide the image entirely? Only on the home page and only until the user scrolls, then logo/nav menu pop back in.

    Thanks, T

    #290424

    Hey T!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .logo { opacity: 0; }
    .header-scrolled .logo { opacity: 1; }

    Great user name by the way! :D

    Regards,
    Yigit

    #290871

    Hi Yigit and thanks for the reply. Weekend/kids got in the way of cracking on with things!

    Logo’s hidden on initial load now, great, however it doesn’t come back in once I scroll down.

    Any help appreciated :)

    Cheers, T

    #290872
    This reply has been marked as private.
    #290931

    Hi!

    Please try following code instead

    .av_header_transparency .logo { opacity: 0; }
    .logo { opacity: 1; }

    Cheers!
    Yigit

    #290971

    Hi Yigit,

    OK, that works great now, thanks. The only thing is that it does it on all pages where I was only going to have the fullscreen slider on the homepage. I found this post about changing the logo URL – http://kriesi.at/documentation/enfold/change-the-logo-url-on-some-pages/ – could some variant of that work?

    Thanks again!

    #290975

    Hey!

    Please change the code to following one to apply it to only your homepage

    .home .av_header_transparency .logo { opacity: 0; }
    .home .logo { opacity: 1; }

    Regards,
    Yigit

    #290988

    Ohhh, that’s way easier and much more obvious than a whole function for it. Brilliant! Works perfectly, thanks very much.

    P.S. Your support and response times are……

    Legen

    #290990

    Hey!

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

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hide logo image just for homepage with transparent header’ is closed to new replies.