Font

How to change font in post and posts titles?

Hi @kasiaw,

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 .entry-title {
    font-family: arial;
}
#page .entry-content {
    font-family: sans-serif;
}

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

Best Regards,
Movin

Thank you!

You are most welcome here :slight_smile: