Styling topbar menu

Hi, can you tell me how to style the text in the main topbar menu? I want to change the font and text color.

Site is http://insuranceinnovators.co

Thanks in advance for your help.

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font family and the font size by going to Appearance > Customize > Additional CSS and pasting it there.

/*Menu Font*/
.main-navigation .menu li a {
    font-size: 13px;
    font-family: monospace; 
}

Best Regards,
Support

Thanks, that worked a treat. Could you also look at the following thread which was meant to be marked as a Support Request too?

https://colorlibsupport.com/t/logo-and-title-together-in-header/

Hello there,

We have already started working on the thread that you had provided.
Please let us know of any other issues.

Best Regards,
Support