Archived topic
How Change the Size of Text in the Quote Block
1 reply · Started by Jim on October 6, 2021
We're using the Quote block for quotations, like the second paragraph of this page:
https://contemporaryhaibunonline.com/cho-16-3/the-iceberg-theory-by-rich-youmans/
Apparently, the size of the text in a quote block is controlled by the theme:
https://wordpress.stackexchange.com/questions/371220/changing-block-quote-size-in-gutenberg
How can we use Generate Press Pro to change the size of text in a Quote block?
Dave
Hi there,
in the current version of GP you require some CSS:
blockquote {
font-size: 12px;
}