• Hi all,

    I am having trouble changing the default font size of the quote blocks, which are too large. I have tried activating AMP and lowering the maximum size to no effect. Any help would be appreciated.

    Cheers,

    Lewis

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    The Quote Block only has two built-in sizes. However, you can use CSS to change the sizes of the quotes. Depending on whether or not you want all of the quotes the same size, or if you want them all potentially different sizes, we can assist you with a snippet.

    For more information, please visit:

    https://wordpress.com/support/wordpress-editor/blocks/quote-block/

    Thanks!

    Hi there,

    I see that we processed your refund back on 8/21. It normally takes up to 10 business days to receive your refund depending on what country you’re in and the bank you use. I would reach out to your bank if you do not see the refund posted to your account after that time. They may see the transaction on their end.

    Thanks,

    Thread Starter trochilles

    (@trochilles)

    Hey,

    I would prefer they all be made smaller, but at this point even if I had to manually adjust them that would be fine.

    I tried pasting ‘has-small-font-size’ in the quote block advanced settings CSS block but it did not work. What code would you suggest?

    Also what refund?

    Try this snippet and let me know if that works for you:

    blockquote, blockquote p {
    	font-size: 1em;
    }

    1em is a pretty good size already, so if you want it smaller, you can always add a decimal (i.e. .4em).

    Also, sorry about the refund. I accidentally double posted in this thread instead of the next thread.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change font size of paragraph block?’ is closed to new replies.