Home › Forums › Newspaper X › Change Post Font
This topic contains 5 replies, has 2 voices, and was last updated by Support 9 months, 1 week ago.
- AuthorPosts
- July 14, 2017 at 6:09 pm #107228
Hi, I already changed the color of my post to black. But how can I change de font to Helvetica (already on WordPress) and the size to 12pt?
It’s very boring to change the Source Sans Pro and the 11pt every time I write a new post.
July 14, 2017 at 10:04 pm #107257I 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 -> Additional CSS
article.post p { font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
Best Regards,
SupportJuly 18, 2017 at 10:48 pm #107697Hi, good evening.
It didn’t work. On the Custom CSS option I added this code:
article.post p {
color: black;
font-size: 12px;
font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
}The color worked just fine, but the font continues Source Sans Pro and size 11px.
July 18, 2017 at 11:47 pm #107705Hey there,
Thank you for keeping in touch.
Kindly send the URL to your website so I can investigate this for you.
I look forward to your reply.
Best regards,
SupportJuly 19, 2017 at 10:02 pm #107892July 19, 2017 at 10:37 pm #107897Hey there,
Based on the google inspection tools, posts content are reading as helvetica.
Try clearing your browser cache.
If that still doesn’t work try using the below CSS to see if there’s any changes.
div.entry-content p {
font-size: 12px !important;
font-family: Helvetica;
}Best Regards,
Support - AuthorPosts
The topic ‘Change Post Font’ is closed to new replies.