Change Post Font Size/Type

Posted in: Newspaper
Post count: 28

Hi,

I was wondering how do I change the font size and type in the actual posts?

Best,

Nick

Post count: 3343

Hello,
You can change the content font via Theme – Customzier – Google fonts.
If you want individual only for post you can change the size and font via CSS.

Thanks!

Post count: 28

Hi,

I already looked through the Theme Customizer and it doesn’t work. I want to change only the text in the articles in each post as seen here:

http://www.screencast.com/t/7ycaUgTZ2ZD

While keeping all the fonts in the titles, homepage, buttons, menus, the same.

Post count: 3343

Hello,
Use like this, add in style.css

.post p {
font-family: 'your font' !important;
font-size: 14px !important;
}
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.