Changing Fonts

Hello,

I wrote a previous thread, but asked too many questions so I’ll be making separate threads for all… Here is my first one.

I want my title post font to be different and I also do NOT want it to be italicized. What could I do to change that?

I will more than likely want to change other fonts as well throughout the theme, so maybe a general idea of how to change fonts all together could work. But, I do want to know how to make something not italicized. Can’t seem to figure that one out.

Have a great day,
Erica

Hi,

Thanks for contacting us, how are you doing today?

I apologize for any issues caused.

Could you leave a link to your previous post and a URL to your website?

Best Regards,
Support

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

.entry-title, .entry-title a {
    font-family: arial;
    font-style: normal;
}

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