Change Activello Menu font

Hello!

i was just wondering how I can change the menu font for my blog. I am able to change the fonts for my specific post, but not my menus.

Thank you,

Hi @biteburnbella,

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

You can change it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.navbar-default .navbar-nav> li> a {
font-family: arial;
}

Please change the font arial in the above code to whatever you want to.

Best Regards,
Movin

Thank you very much! It worked!

You are most welcome here :slight_smile: