Site logo

Archived topic

Reducing post title font size on the archive pages only

3 replies · Started by Hasan on June 3, 2019

Viewing posts 1–4 of 4

How can I reduce the font size of the post title on the archive pages only? Also how to reduce the space bellow the title?

Thanks!

Hi there,

try this CSS:

.generate-columns-container .entry-title {
    font-size: 20px;
}
.generate-columns-container .inside-article {
    padding-bottom: 10px !important;
}

Worked perfectly! Thanks!!

Awesome - glad to be of help

This archived topic is closed to new replies.