How can I have a different logo for the sticky header?
- The topic ‘How can I have a different logo for the sticky header?’ is closed to new replies.
Need help? Check out our Support site, then
I have a black and a white version for my logo. I want the white one to display on the homepage before you scroll down and the sticky header turns white (I want the black version to display then). Any way to do this? Thanks a lot
The blog I need help with is: (visible only to logged in users)
Hello,
Well, that can be done with some CSS. Please add this class to Custom CSS:
.site-branding {
mix-blend-mode: difference;
}
Thank you,
– Djordje