Blog Post Styling

Hi Rootzilla,

Sorry for the late reply. You can change the font size using this CSS:

.category-blog .topic-post:first-child {
    font-size: 1em;
}
3 Likes