Archived topic
Blockquote Controls?
3 replies · Started by Jon on June 11, 2018
Hey guys. Is there a control setting for the blockquote? I don't like the larger text it puts in automatically. Have I overlooked a setting for it? Or is there an additional CSS code that would need be added. I would like to set it at 14pt and right now I have all body text defaults set at 15pt.
I would also like it to be indented a bit more than the default. Would that require additional CSS code too?
Jon
Hi there,
Currently CSS is required. Try this:
blockquote {
font-size: 14pt;
padding-left: 40px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
That worked just fine Leo. Thanks a Bunch!!!!
No problem :)