How to change the font size of the mega menu dropdown items and also of the regular dropdown menu items so that it has the same font size as the main menu items
please advice.
thanks
Desch
Hey dejatobin!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li ul a { font-size: 13px; }
If you want to apply the same font weight, please add following code as well
#top .main_menu .menu li ul a { font-weight: 600; }
Best regards,
Yigit