Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #309091

    Is there a way to swap my main logo image with a different image when the user starts to scroll?

    #309276

    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

    #309406

    beautiful! thank you!

    #309407

    Hi!

    You are welcome, let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Swapping out logos when scrolling’ is closed to new replies.