By Ben Popoola on Sunday, 29 June 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 846
Votes 0
How can I change the size of the title font in the Latest Blog Posts module. You can see an example on my website here: http://www.recontech.co.uk/index.php/easyblog. The font is too big.
hey ben,
you can change the font-size of the module by adding this css code to your joomla template's custom css file:


.ezb-mod .mod-post-title {
font-size: 16px;
}


just change 16px (which is the current value you see on your site now) to the size of your choice.

hope that helps and have a nice day
·
Sunday, 29 June 2014 16:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post