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.