Site logo

Archived topic

Make pullquote smaller

3 replies · Started by Manuela on March 1, 2021

Viewing posts 1–4 of 4

Hello,

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

Thank you

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;
}

Thank you so much, Ying!

You are welcome!

This archived topic is closed to new replies.