Changing font size for meny

Hello,

Im using dazzling theme and i would like to change font and make the text bigger for the meny, pls advise.

http://dangstons.se/blogg/

Hi @azade,

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

I think you are referring menu as meny.

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 -> Dazzling Options -> Other -> Custom CSS


.navbar-default .navbar-nav li a {
    font-family: serif;
    font-size: 16px;
}

Please change the font family and font size in the above code to whatever you want to set.

Best Regards,
Movin

Thanks alot :slight_smile:

Maybe I could bother you with 2 more questions?

When I go in to write a blog post I am missing some basic functions like being able to change fonts, font size, underline text and so on. Pls advise how to adress that.

Never mind me, i found it ?

You are most welcome here :slight_smile: