By Jason on Tuesday, 25 November 2014
Posted in General Issues
Replies 1
Likes 0
Views 280
Votes 0
Can you let me know how to change the font of the blog titles to match the rest of my site? That is, remove the style that EasyBlog is applying to blog-title?
Hello Jason,

We did not apply any font to the blog-title. However, if you want to change the font only for the blog-title, you can use this CSS code to overwrite it:

.blog-title {
font-family: courier !important;
}

* I use Courier font as an example. Hope this helps.
·
Tuesday, 25 November 2014 11:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post