Hello,
I am curious if I can change the color of the Menu Items when you hover over the text when it is set to Icon?
Thanks,
Xander Hall
Hey XanderHall,
Yes, it’s possible however you need do it using custom css code, please use this css code in Quick CSS (located in Enfold > General Styling):
#av-burger-menu-ul li a:hover {
color: black !important;
}
Just change the color as you see fit. Hope this helps. :)
Best regards,
Nikko