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
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
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
Hi!
Please try following code instead
.av_header_transparency .logo { opacity: 0; }
.logo { opacity: 1; }
Cheers!
Yigit
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!
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
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……