[Resolved] Blockquote Controls?

Home Forums Support [Resolved] Blockquote Controls?

Home Forums Support Blockquote Controls?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #597595
    Jon

    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

    #597645
    Leo
    Staff
    Customer Support

    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.

    #597657
    Jon

    That worked just fine Leo. Thanks a Bunch!!!!

    #597663
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.