Site logo

Archived topic

Post Excerpt Italic

2 replies · Started by Jordan Levi on March 19, 2023

Viewing posts 1–3 of 3

Hey, I want to make the post excerpt at the top of blog posts fully italic, but I don't see that option under the 'Typography > Transform' dropdown in the container. I tried using 'Effects > Transform > Skew' along the X-axis, but it didn't look fully right to me. is there any custom CSS code I can add to automatically italicize the post excerpts?

ok, so i figured out that, if you create a custom post excerpt, you can just add the em and /em tags at the beginning and end of the excerpts to make it italic. i should've tried that in the first place lol ugh

Hi there,

if you create a custom post excerpt, you can just add the tags at the beginning and end of the excerpts to make it italic.

Glad you've found a solution.

This CSS solution should also work if you don't want to add the tag everytime:

.site .inside-article .entry-summary {
    font-style: italic;
}

Learn how to add CSS: https://docs.generatepress.com/article/adding-css/

This archived topic is closed to new replies.