Archived topic
menu dropdown item color not working right
4 replies · Started by Farokh on September 8, 2018
Hi Tom
In Elementor > In Nav Menu widget > for dropdown items > I set the normal color black and hover as blue.
As long as I am logged in, this is ok, but when I log out > normal and hover are both blue!
I have cleared cache using WPRocket.
The issue seems to be related to my theme because when I use default wordpress theme the issue is resolved.
Have also disabled all plugins. Also contacted Elementor support who said theme is out of their scope
Can you help please?
Hi there,
What you're seeing is the visited link color, which happens after you click on a link. This color is set to your link color set in the Customizer.
Does the Elementor nav menu module have an option to set the visited color?
If not, you could try this:
.elementor-widget-nav-menu a:visited {
color: #000;
}
It has NORMAL, HOVER, ACTIVE
Is Active similar to visited
The issue is solved using the code.
Thank you.
I asked Elementor to add visited as well.
You're welcome :)