Site logo

Archived topic

Change post excerpt font size in blog page

5 replies · Started by Ringo on June 3, 2020

Viewing posts 1–6 of 6

In the blog page, I found that the post excerpt font size is 14.4 px, which is different from my theme setting. Anyway I can change the font size?

Hi there,

try this CSS:

.generate-columns-container article .inside-article .entry-summary {
    font-size: 1em;
}

Thanks, it works!

You're welcome

can I make it hading format like font-size: h3;

I want to use the post excerpt as a sub-title.

This archived topic is closed to new replies.