Hello, Mike and Rikard,
I’m sorry, I closed the post too soon. Thank you again for the code you provided on Oct. 20, 2019 (#1149656) to make the Sticky logo work on scroll. My problem is that at 768 pixel width and smaller, both the sticky logo and the main logo appear together.
On scroll, I would like the main logo to hide and the sticky logo to appear at all viewport sizes including mobile. And I would like the hamburger menu icon when it appears to be visible together with the sticky logo on scroll.
Can you please provide the additional code to make this happen?
PLEASE NOTE: my login credentials have been changed. Please use what i have given you here.
Thank you very much,
ddagraphics
Hey ddagraphics,
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