Change sizes of letters

hi, it’s me again. Sorry, I don’t have any knowledge of CSS. I need to change the sizes of all the letter in my blog ( body, titles, menues, etc)
How can i do it from the custom css ??
I’ll appreciate any help, thanks in advance!

Hi @chanadeviaje,

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: 12px;
}
#page .entry-title {
    font-size: 24px;
}
html body {
    font-size: 14px;
}

Please change the font sizes in the above CSS code to whatever you want to set.

Best Regards,
Movin

Hi,
Thank you for the reply. I managed to change the body of the articles but not the title and the subtitle, also the menues are still using another kind of font. Can you please tell me wich codes should I write??
THANK YOU FOR YOUR PATIENCE!
Cheers!

The above shared code should work for all.

Please tell me what you are referring as title and the subtitles?

Could you please share me your site URL where the menu font size is not changing using above CSS code so that i can troubleshoot it?