Title: Change Blockquote
Last modified: August 22, 2016

---

# Change Blockquote

 *  [pinesandpalmettos](https://wordpress.org/support/users/pinesandpalmettos/)
 * (@pinesandpalmettos)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/change-blockquote-1/)
 * I would like to change the font, color, & size of the blockquote feature.
 * I want to use the Google Font named Lobster Two, the color #a0a35c, and 18pt 
   font. Does anyone know what code I would need to use for this? (I am using a 
   Child Theme for my customizations).
 * [http://www.pinesandpalmettos.com/](http://www.pinesandpalmettos.com/)
 * TIA!

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

 *  Thread Starter [pinesandpalmettos](https://wordpress.org/support/users/pinesandpalmettos/)
 * (@pinesandpalmettos)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/change-blockquote-1/#post-5685296)
 * If anyone can help with changing just the color & size, that would still be a
   great help.
 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-blockquote-1/#post-5685307)
 * To change the color and font size you can use the following css code in your 
   [child theme](http://www.sourcexpress.com/wordpress-child-themes-use/)‘s style.
   css or by using a [custom css plugin](http://www.sourcexpress.com/wordpress-child-themes-use/).
 *     ```
       blockquote p {
           font-size: 20px;
       }
   
       blockquote {
           color: #ccc;
       }
       ```
   
 * Change the values as per your need
 * Hope it help!!
 * Thanks
 *  Thread Starter [pinesandpalmettos](https://wordpress.org/support/users/pinesandpalmettos/)
 * (@pinesandpalmettos)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-blockquote-1/#post-5685313)
 * Thank you so much!
 * Is there a way to change the font at all? Just wondering. This is still a big
   help, but if it’s possible I’d like to do so.
 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-blockquote-1/#post-5685320)
 * Hi
 * Please have a look at the following links:
 * [http://codex.wordpress.org/Playing_With_Fonts](http://codex.wordpress.org/Playing_With_Fonts)
   
   [https://wordpress.org/plugins/easy-google-fonts/](https://wordpress.org/plugins/easy-google-fonts/)
 * Hope these helps!!
 * Thanks

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

The topic ‘Change Blockquote’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fashionistas/1.9/screenshot.png)
 * Fashionistas
 * [Support Threads](https://wordpress.org/support/theme/fashionistas/)
 * [Active Topics](https://wordpress.org/support/theme/fashionistas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fashionistas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fashionistas/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/change-blockquote-1/#post-5685320)
 * Status: not resolved