Hi
I currently have the following code:
#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a {
color: #ffffff;
To make active menu links white, is it possible to make active menu links bold too?
Thanks
Hi robertscott!
Please add following code to Quick CSS as well
#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a { font-weight: bold !important; }
Regards,
Yigit
Awesome thanks