[Resolved] Menu hover text not working

Home Forums Support [Resolved] Menu hover text not working

Home Forums Support Menu hover text not working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #294142
    Dave

    Hey guys,

    After I updated to the latest GP Premium and Theme, I noticed that hover text isn’t working in primary and sub menus in the Customizer. I have hover text active but its not showing up when I hover:

    http://dev1.igniswebdesign.com/

    Thanks!

    #294145
    Leo
    Staff
    Customer Support

    Hi Dave,

    The menu looks and works fine to me?

    Can you try clearing browser cache first?

    Let me know.

    #294148
    Dave

    Cleared cache and still not working. Check again now, the sub menu should have the dark blue background on hover and the teal color text on hover.

    #294151
    Tom
    Lead Developer
    Lead Developer

    You have this custom CSS:

    #ignis a:link, a:hover, a:visited, a:active {
        color: #ffffff !important;
    }

    It’s basically saying all links on hover, visited and active will be white.

    You need to add the #ignis select in front of each element to target only those elements.

    #294159
    Dave

    You nailed it, thanks Tom! Didn’t realize it would cause that.

    Thanks!

    #294311
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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