Hey Khadizah,
If you are trying to update the font size of the links in your navigation, you can do so under the Typography section of the Customizer. If you’re wanting to update the font-size of your sub-menu items, the following CSS will do so:
.sub-menu {
font-size: 14px;
}
Additionally, if you have not yet done so, please take some time to read through our documentation and watch our video tutorials as they tend to answer most questions like this.
Thanks!