Archived topic
How To Change Blockquote font size?
3 replies · Started by Ahmed on April 25, 2021
Viewing posts 1–4 of 4
Hi, I have TWO blockquotes, one under the class name:
wp-block-quote
Another one:
wp-block-quote is-style-large
How do I call them and give different font sizes?
Hi there,
Try this CSS:
.wp-block-quote {
font-size: 15px;
}
.wp-block-quote.is-style-large {
font-size: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks Leo. It did work.
No problem :)
This archived topic is closed to new replies.