Hi,
is it possible that the stiky header does not appear immediately when scrolling down but after – let’s say 500px?
( no example page to show)
and how do i change the logo image for the sticky header?
Thanks Simon
Hey simonac,
To add a different logo on the sticky header, add this custom CSS code:
.header-scrolled .logo img {
opacity: 0;
}
.header-scrolled .logo a {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-repeat: no-repeat;
background-size: contain;
}
About your second question, I`ll check it better and return you an answer.
Best regards,
John Torvik
