How do I do the following….
1. Change the font family for the main menu sublevel links?
2. Remove the vertical line separator between the main nav and the social icons in the header?
Thanks!
Hi strengthcoaching!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sub-menu li a { font-family: 'arial'; }
.avia-menu.av_menu_icon_beside { border: none; }
Regards,
Yigit
Got it thanks!