font size and font weight of menu items

Hello,
How can I change the font size and font weight of the menu items?

Hello there,

I hope you are doing well today.

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


/*Menu font size and weight*/
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    font-weight: bold;
}

Best Regards,
Support

Thank you!

Hello there,

I am glad that the solution provided worked correctly.

Best Regards,
Support