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
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
Hi Victoria,
that works very fine!!! Thanks a lot for your efforts.
Have a nice day and weekend. Yours, Thomas
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon