Archived topic
GP Premium primary menu colors works only in submenus
5 replies · Started by Zoli on December 21, 2020
Hi everybody!
I have GP Premium and free Elementor on my wp site. Im already activated Colors on dashboard. I have changed the hover colors of primary menu,it works, except the main menu, just in submenus.
Here is okey:
https://pentamix.hu/suti-tajekoztato/
On the main site is not working:
http://www.pentamix.hu
What is the problem?
Thanks for your helping!
-Zoli
Hi there,
can you disable your cache plugin so i can see what the issue is
I did it! Cache plugin is off now! :)
Is it just the Hover color you need fixing ?
If so try adding this CSS:
.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
color: #1e72bd;
}
The issue with one on page links is that WordPress automatically adds the Current Page class to all menu items, so they all have the current menu link styling
Dear David!
Thank you very much, it works with only with this CSS!
All the best!
Glad to hear it!