I want a different logo css styling when the page is scrolled down – sticky header. Other than big normal page view. Can you tell me which media style i should use to do this?
Hey robinsluysmans!
You can target the logo while it is scrolled with this CSS.
.header-scrolled .logo { }
.header-scrolled .logo img { }
Best regards,
Elliott
Thanks Elliott it works perfect!