Hi,
I would like to change the color and style of the blockquote text. I want to use a #0088ce and make the text italic.
This would be for all use of the blockquote shortcode (for my client testimonials).
Thanks.
(5 posts)
(2 voices)
Hi,
I would like to change the color and style of the blockquote text. I want to use a #0088ce and make the text italic.
This would be for all use of the blockquote shortcode (for my client testimonials).
Thanks.
Hello jbern12,
Add this in Dashboard -> your theme -> General Settings -> Custom CSS,
blockquote, blockquote p { color: #0088ce !important; font-style: italic !important; }
Perfect! Thanks!!
Sorry - one last question on this: what would I add in the Custom CSS block to change the font-family? I tried blockquote, blockquote p { color: #0088ce !important; font-family: pacifico !important; }
but the font changed to something else - not the default and not pacifico.
thanks.
Pacifico doesn't sound familiar, is it a custom font?
If so then you'll want to install the WP Google Fonts plugin, http://mysitemyway.com/docs/index.php/Cufon_not_displaying_accents#WP_Google_Fonts.
You must log in to post.