Hi,
I would like to hide my logo when I open the page, but when I scroll down, it should shown. The logo will be added to the layerslider, a visual of the logo should be displayed in the header when scrolled down.
How can I do this? I’ve tried to change a few things mentioned in this topic, but now the logo is hidden all the time.
Added the link to my site in the private part.
Regards,
Erwin
Hey erwin_m,
Can you remove the code which is currently hiding the logo?
Best regards,
Jordan Shannon
Hi Jordan,
I removed the code.
Regards,
Erwin
Hi,
Add this to quick css:
#header #header_main .logo a img{
display:none!important;
}
#header.header-scrolled-full #header_main .logo a img{
display:block!important;
}
Best regards,
Jordan Shannon
Hi,
Works great! Thank you. You can close this topic.
Regards,
Erwin
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon