By Andrea Soc on Wednesday, 03 July 2019
Posted in Technical Issues
Replies 1
Likes 0
Views 804
Votes 0
Hi
i want to know if , is there a possibily to change the font size of Title of post in the EasyBlog - Latest Blogs Module, throught the backend.
Or the only way is edit the css manually ?
thanks
Hey there,

It is impossible to do that currently.

But you can add the following Custom CSS code into Backend > EasyBlog > Themes > Custom CSS:

body #eb.eb-mod.mod_easybloglatestblogs .eb-mod-title {
font-size: 30px;
line-height: 3px;
}


You need to change the value to the value that you want.

Do take note that you need to clear all of your caches before you see the changes.
·
Wednesday, 03 July 2019 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post