Control header logo’s hover image or overlay colour?
-
How do you change the header logo’s hover image?
We can control the header logo’s hover opacity with CSS:
#site-logo #site-logo-inner a:hover img { opacity: 0.7; }
But I wish for a bit more control.One elegant way would be to specify a second header logo image to display only at mouse hover.
An alternative way could be to control the header logo’s hover overlay rgba colour for pixels that are not completely transparent.
The main logo, the clicking of which sends the user to the home screen, probably is the most looked-at part of every website. Therefore, it makes some sense to provide this level of control. Perhaps even as a theme feature.
In any case, I’m happy to use CSS or any other workaround.
How do you change the header logo’s hover image (or hover overlay colour)?
- The topic ‘Control header logo’s hover image or overlay colour?’ is closed to new replies.