Changing Font size and weight in the Navbar

Hi,

I have been looking through the forums trying to figure out how to change the font size and weight of the navbar, but all the solutions seem to just move the text down. Here is the site i’m talking about

Any help on the matter would be greatly appreciated.

Thanks for your time,
Jamie

Hello there,

I hope you are doing well today.

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


/*Header font weight and size*/
.menu li a {
    font-size: 12px;
    font-weight: 800;
}

Best Regards,
Support