Title: Decrease the font size in Pull Quotes
Last modified: June 11, 2022

---

# Decrease the font size in Pull Quotes

 *  Resolved [rajk748](https://wordpress.org/support/users/rajk748/)
 * (@rajk748)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/decrease-the-font-size-in-pull-quotes/)
 * Hello,
 * I am trying to decrease the font size in Pull Quotes. I tried using HTML code
 * `<blockquote class="alignright" style="font-size: 20px;">`
 *  but it is giving me “This block contains unexpected or invalid content.” error.
   
   Any suggestions? Thanks
 * Rajendra
    -  This topic was modified 3 years, 11 months ago by [rajk748](https://wordpress.org/support/users/rajk748/).
    -  This topic was modified 3 years, 11 months ago by [rajk748](https://wordpress.org/support/users/rajk748/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdecrease-the-font-size-in-pull-quotes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * (@thelmachido)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/decrease-the-font-size-in-pull-quotes/#post-15731566)
 * Hi Rajendra
 * > I am trying to decrease the font size in Pull Quotes. I tried using HTML code
 * I would suggest using CSS to reduce the font size of the blockquote. You can 
   use the code below to Appearance > Customiser > AdditIonal CSS
 *     ```
       /* Reduce block quote font size*/
       .wp-block-pullquote blockquote p {
           font-size: 2.2rem;
       }
       ```
   
 * You can also add [this plugin](https://wordpress.org/plugins/blocks-css/) to 
   your site which creates a custom CSS section to your editor. With this plugin
   active on your site you will not need to go to your Customiser to add CSS.
 * _PS: You can further change the font size by changing the `2.2` part of the code.
   I hope that helps. _
    -  This reply was modified 3 years, 11 months ago by [thelmachido a11n](https://wordpress.org/support/users/thelmachido/).
    -  This reply was modified 3 years, 11 months ago by [thelmachido a11n](https://wordpress.org/support/users/thelmachido/).
    -  This reply was modified 3 years, 11 months ago by [thelmachido a11n](https://wordpress.org/support/users/thelmachido/).
 *  Thread Starter [rajk748](https://wordpress.org/support/users/rajk748/)
 * (@rajk748)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/decrease-the-font-size-in-pull-quotes/#post-15732335)
 * Hi [@thelmachido](https://wordpress.org/support/users/thelmachido/)
    That worked
   beautifully. Thanks a lot! Marking the thread resolved Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Decrease the font size in Pull Quotes’ is closed to new replies.

 * ![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)
 * [Gutenberg](https://wordpress.org/plugins/gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [rajk748](https://wordpress.org/support/users/rajk748/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/decrease-the-font-size-in-pull-quotes/#post-15732335)
 * Status: resolved