Hi,
There is a feature I’d be very interested in. Namely that the logo changes when you scroll down.
You can see this very often on websites that are using vertical logos. Often the logo changes to a horizontal logo, so that the sticky header doesn’t take up too much space. E.g. here: https://www.realexpayments.co.uk
I tried using the code written here: https://kriesi.at/support/topic/different-logo-on-sticky-header/
It doesn’t work though. Maybe something has changed in the meantime?
Your help would be appreciated!
Thanks
Hi Felix!
If you are using transparent header, you can go to Enfold theme options > Header > Transparency options to change your transparent logo.
If you are not, you can refer to this post – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/ to add your second logo and then add following code to Quick CSS
.header-scrolled .logo > a > img { display: none !important; }
Cheers!
Yigit