Hi,
in my transparent menu I would like to change the colors of links at the mouseover.
http://www.paoloschianchi.com/
As you can see, now they’re light grey, and I would like them to turn in to #fc8600 at the mouseover. How can I do it?
Thank you guys!
Hey paolomusic!
Please go to Enfold theme options > Header Layout > Transparency options and change menu item colors
Cheers!
Yigit
Hi Yigit,
thanks for your reply, but what I need to do is changing the colors of the menu links at the mouseover. My transparency menu color is grey, and this is ok, but I want that the color turn in to orange when the mouse goes over them.
Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li:hover > a > .avia-menu-text {
color: orange;
}
Cheers!
Yigit