Site logo

Archived topic

want to change font size of excerpt

1 reply · Started by Sebastian K on January 20, 2022

Viewing posts 1–2 of 2

Hi there,

you can use this CSS:

.entry-summary {
    font-size: 14px;
}

Or if you're using GP 3.1 Dynamic Typography in Customizer > Typography,

1. add New Typography.
2. select Target Element > Custom
3. in the Enter custom CSS selector field add: .entry-summary
4. Then set your font styles for that specific element

This archived topic is closed to new replies.