Archived topic
How to set up the "Quotes" block?
1 reply · Started by Павло on October 29, 2021
Hello!
Prompt, the latest updates provide the ability to customize the "Quotes" block. If so, can you tell me how you can change the font size and spacing (https://prnt.sc/1xp5e25)?
Respectfully yours, Pavel
Hi there,
if you want to change the padding and font size then use this CSS:
blockquote {
padding: 10px 20px;
font-size: 18px;
}
For just the font sizes and styles you can use the same method prescribed here:
https://generatepress.com/forums/topic/how-do-i-change-the-font-size-in-widgets/#post-1982148
The CSS class you would add is blockquote