Font size menu bar

Hey there,

I would like to increase the font size in the entire menu bar (incuding the search box) - how can I achieve that?

Thanks for the help, I appreciate it!

Hi @dorohenrietta,

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 li a{
        font-size: 14px;
}

.site-navigation-inner .nav-search input{
    font-size: 16px;
}

Best Regards,
Movin