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

    Hi,

    I want to have a different logo when scrolling down the page. I’ve tried this solution: https://kriesi.at/support/topic/change-logo-when-scroll-down/ and it works fine on desktop. But unfortunately not on mobile. On my phone, it always shows both logos in vertical alignment.

    my site: hno-dresden.com

    Does anybody know how to fix it?

    Yours, Thomas

    #1153324

    Hey Thomas,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      #top .logo .subtext {
          display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1153336

    Hi Victoria,

    that works very fine!!! Thanks a lot for your efforts.

    Have a nice day and weekend. Yours, Thomas

    #1153393

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘different logo when scrolling works on desktop not on mobile’ is closed to new replies.