Archived topic
Menu hover text not working
5 replies · Started by Dave on March 18, 2017
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!
Hi Dave,
The menu looks and works fine to me?
Can you try clearing browser cache first?
Let me know.
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.
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.
You nailed it, thanks Tom! Didn't realize it would cause that.
Thanks!
You're welcome :)