By Frank Chojinski on Wednesday, 13 July 2022
Posted in General Issues
Likes 0
Views 366
Votes 0
Hi,

i am using the latest blogs module on the left side. I want to have a smaller font size and a greater line height so it fits to the other text. Please have a look to the screenshot. The site itself is not reachable from outside, sorry for that.

Thanks for helping in advance
Hello Frank,

To achieve this, you must use custom CSS. Go to backend > components > easyblog > themes > custom css. Apply these code in css editor.

I couldn't exactly provide you the line height and font size, since I don't have access to your website, but the code is correct. As a result, you might try to change the values that suit your needs.


#eb.eb-mod.mod_easybloglatestblogs .eb-mod-body {
line-height: 20px;
font-size: 15px;
}
·
Wednesday, 13 July 2022 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, thats the solution. Thanks a lot for your quick support!

Regards
Frank
·
Wednesday, 13 July 2022 19:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Frank,

You are most welcome. I'm glad to hear that your issue has been resolved now.

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

Regards
·
Wednesday, 13 July 2022 19:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post