[Resolved] Opacity Hover Effect for Nav Logo not working on sticky navigation

Home Forums Support [Resolved] Opacity Hover Effect for Nav Logo not working on sticky navigation

Home Forums Support Opacity Hover Effect for Nav Logo not working on sticky navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #681067
    Derek

    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!

    #681618
    Tom
    Lead Developer
    Lead Developer

    Try this instead:

    .navigation-logo img:hover {
        opacity: 0.5;
    }
    #693507
    Derek

    worked ty.

    #693768
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.