[Resolved] Make pullquote smaller

Home Forums Support [Resolved] Make pullquote smaller

Home Forums Support Make pullquote smaller

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1677965
    Manuela

    Hello,

    The pullquote appears very large in my article. Is there a any way to reduce its size?

    Thank you

    #1677998
    Ying
    Staff
    Customer Support

    Hi Manuela,
    Try this CSS:

    .wp-block-pullquote.is-style-solid-color blockquote cite {
        font-size: 16px;
    }
    
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 15px;
    }
    #1678402
    Manuela

    Thank you so much, Ying!

    #1679428
    Ying
    Staff
    Customer Support

    You are welcome!

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