Hello,
is it possible to display another graphic, when the header is shinked after scrolling down?
Would be so nice, because the shinked logo isn´t good readable so I want so display an Icon instead of the shrinked logo.
Similar to the header logo here at kriesi forum.
Thanks.
Hey dillionline,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John Torvik
Hey,
website isn´t live.
See private data.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header-scrolled .logo a {
background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
}
.header-scrolled .logo img {
opacity: 0;
}
Best regards,
Yigit
Perfect! Thank you very much.