Change font and Colours in Menus

Goto your dashboard > appearance > customize there you can find some options to change button color,font size etc.

To target your ul in menu you need to use below class:

ul.nav-menu

To target the li a of your menu use below class :

.menu ul.nav-menu li a

To target you ul under the parent ul you need to use below class :

ul.sub-menu

Target li a of your sub menu :

ul.sub-menu li a

Hope now you can do it by your self.