How increase the font size in the articles ?

Posted in: Newspaper
Post count: 26

Hello,

I want to increase the font size in my articles. Can we do it without installing any plugin?

thank you

Post count: 3343

Hi,
You want only on post/article, you can change the size from Theme Panel -> Custom Typography http://screencast.com/t/ir7rnuuSIp this will affect entire content font.
If you want only on article you can change it via CSS with this CSS, add it in Custom CSS in Theme panel

.post p {
font-size: 15px !important;
}
Post count: 26

Ok, thank you Marius

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.