By Scott Webb on Tuesday, 01 March 2016
Posted in Technical Issues
Likes 0
Views 1.9K
Votes 0
Hi,

I have the EasyBlog single category module running on our website. EasyBlog is working great except that I cannot figure out how to change the blog post titles and make them a different and smaller font. I have tried to edit a number of css files including adding a line to the template custom.css but so far no luck.

It is taking either the h1 or h2 font from my website template and it is too large and the line height is not set high enough. I would like to change it to a smaller font and possibly an Open Sans font.

Any help is greatly appreciated.

Thanks!
Scott
Try use this following css and see how it goes.

div#fd.eb .eb-post-title.reset-heading {
font-size: 40px !important;
font-family: sans-serif !important;
line-height: 60px !important;
}

·
Tuesday, 01 March 2016 00:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex...you are the man! I added this to my template's custom.css and refreshed and it works perfectly.

Many thanks!
Scott
·
Tuesday, 01 March 2016 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there Scott!

Glad to hear that your issue has been solved!
·
Tuesday, 01 March 2016 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post