By Michael Chetelat on Thursday, 26 April 2018
Posted in General Issues
Likes 0
Views 673
Votes 0
I could not determine how to reduce the font size of blog post. (see attached)
For now I already help you applied following custom css on your backend > Easyblog > theme > custom css section , you can check my attached screenshot below.


body #eb.eb-view-entry .eb-entry-title {
font-size: 24px;
}


Now it will display 24px font size now, you can adjust it from there.
·
Friday, 27 April 2018 00:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Changing the font size does not seem to work. Can you simply make it "h2" in stead? THX!
·
Friday, 27 April 2018 01:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Because you forgot to put back the px from the css code fontsize, this is why it doesn't make any different on the site.

Actually i am not encourage user to modify the core code in Easyblog, because once you put these modification file into your current template, it will always referring to these template override file, so if we have fix something in this file in the future, then you have to double check this template file and make sure manually update to latest code.

By the way, i already updated the code changed h1 to h2 under this template override file location JoomlaFolder/templates/cbn_reimagined_text_standard/html/com_easyblog/blogs/entry/default.posts.php
, can you check again is it look fine now?
·
Friday, 27 April 2018 01:37
·
0 Likes
·
0 Votes
·
0 Comments
·
YES, look MUCH better. Now, go to bed! Many THX as always!
·
Friday, 27 April 2018 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Friday, 27 April 2018 09:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post