Hi,
On the homepage only, I want the logo (but not the menu or social icons) to be hidden until the visitor starts to scroll. Any ideas?
Thanks!
Hey williamslyd,
The password provided did not work for me. Can you check?
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.home #header .logo{
display:none!important;
}
.home #header.header-scrolled-full .logo{
display:block!important;
}
Best regards,
Jordan Shannon
fantastic, that worked. Thanks Jordan!
Hi,
No problem at all! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon