Is there a way to swap my main logo image with a different image when the user starts to scroll?
Hi tonyska!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header-scrolled .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }
.header-scrolled .logo img { opacity: 0; }
Regards,
Yigit
beautiful! thank you!