Hi!
How i can control the color of active links in topmenu?
(not “mouse over” this is possible under “customize elements”)
Regards
Coco
Hey Coco!
You can use some CSS like so.
nav.main_menu .current-menu-item > a > .avia-menu-text { color: red !important; }
Cheers!
Elliott
Thank You Elliott!