Menu Bar Font Size and Weight

Hello,

Thank you for your great theme! I have really been enjoying it so far. I was wondering is it possible to change the font size in the menu bar to be larger and more bold?

Thank you,

Hi @samspiva,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#page .navbar-default .navbar-nav a {
    font-size: 14px;
    font-weight: 900;
}

Best Regards,
Movin