Archived topic
Opacity Hover Effect for Nav Logo not working on sticky navigation
3 replies · Started by Derek on September 19, 2018
Viewing posts 1–4 of 4
As the title says I can't get the hover effect for the logo to work on sticky navigation. Here is the current css:
#site-navigation.main-navigation img:hover {
opacity: 0.5;
}
Thanks alot!
Try this instead:
.navigation-logo img:hover {
opacity: 0.5;
}
worked ty.
You're welcome :)
This archived topic is closed to new replies.