Change the blockquote type size

Hi there,

for some reason the font size of the quotes on my site are too big. How can I adjust the styling to make them look better? You can see them here https://god.net/the-letter-from-god/

Hey @SeekGod,

You can change the font site by adding this custom code in X > Theme Options > CSS:

.wp-block-quote p {
    font-size: 16px;
}

Here are some related links for further reading:

Hope this helps.

1 Like

Perfect. Thank you so much @Jade! Thank you also for the links. Very helpful.

You’re welcome. Glad we’re able to help.

You’re most welcome, @SeekGod.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.