Question:
I want to change the font size of the main menu (Header), so the font size of “Categories, View Cart, Shop etc.”
Answer:
You would just need to change the “font-size” declaration to the size you wish, and then paste the code into the Custom CSS box, as here:
Main Menu:
.menu_wrapper > ul > li > a {font-size: 32px;}
Sub Menu Font Size:
.menu_wrapper li.menu-item li.menu-item a {font-size: 32px;}