Change Font

Hello,

Is it possible to change the font size on only my posts?

Also, how can I take out the italic title and just make it normal?

My website it www.ourpositive.com

Thanks!

Hi there,
Thanks for reaching out.
In relation to your question here, please try out the following CSS codes under the Appearance>Customize>Additional CSS section:

p {
font-size: 18px !important;
}
.entry-title a {
font-style: normal !important;
}

I hope this helps.
Best Regards,
Support.

It worked, thank you so much!

Actually sorry I just noticed this… the font is normal on my homepage but when I click the post it is still italic.

Hello there,

I do not see the italic text in the post, the title and body seem fine. Could you please link the post?

Best Regards,
Support

Yes definitely!

http://www.ourpositive.com/lemon-water/ - the title is italic only when I click on the post.
http://www.ourpositive.com/wasting-time/ - another example

Hello there,

You can use the following CSS code to change the font style by going to Appearance > Customize > Additional CSS and pasting it there.


.entry-title {
    font-style: normal !important;
}

Best Regards,
Support

Perfect, it worked. Thank you!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support