[Resolved] Post Excerpt Italic

Home Forums Support [Resolved] Post Excerpt Italic

Home Forums Support Post Excerpt Italic

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2572955
    Jordan Levi

    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?

    #2573209
    Jordan Levi

    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

    #2573254
    Leo
    Staff
    Customer Support

    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/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.