To whom it may concern.
How can I add an underline to menu items which are in active state please?
Regards
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text,
#top #header .av-main-nav > li.current-menu-item > a .avia-menu-subtext {
text-decoration: underline;
}
Best regards,
Yigit
Thank you so much :D