By Aleksandr on Wednesday, 26 April 2017
Posted in General Issues
Likes 0
Views 168
Votes 0
Hello!
Please, tell me how to increase the font in posts.
Hey there,

It actually required quite a lot of css code to change the font size on the blog page.

In next release version we will remove the default font size from the Easyblog page, so it will inherit the font size from your template.

If really want to change it now, perhaps you can elaborate more details which section font size you would like to increase?
·
Wednesday, 26 April 2017 14:18
·
0 Likes
·
0 Votes
·
0 Comments
·
NOT IN BLOG !!!
In the posts on the news line!
·
Thursday, 27 April 2017 18:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aleksandr,

You could try adding the block of css codes to override the css,

[gist]
body div#es .es-stream-content {
font-size: 16px;
}
[/gist]
·
Friday, 28 April 2017 01:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you
·
Wednesday, 21 June 2017 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
You are welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 21 June 2017 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post