Change the font of the main menu.

Hello.

Please tell me which CSS is responsible for the size and font of the main menu and drop-down sections. How to resize and make it bold, for example.

Thank you.

Site: enabledevice.ru

Hello there,

I hope you are doing well today.

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


/*Main Menu Items*/
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    font-family: cursive;
}

/*Sub Menu Items*/
.dropdown-menu > li > a {
    font-family: cursive;
    font-size: 12px;
}

Best Regards,
Support

Yes, it works! Thank you so much. You are best.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support