Hi,
Great theme!
How can I change the size and style of the blockquote text? I also want to add an image of some ” behind the quote
Thanks
2 Answers
Hi Matt,
To change the style of the blockquote, please go to Dashboard / Appearances / Customize / Custom Code, and add your code to Header Code section:
<style>
blockquote {
...
}
</style>
Also, there are some great articles about styling blockquote that you may want to have a look:
- http://www.wpbeginner.com/wp-themes/how-to-customize-blockquotes-style-in-wordpress-themes/
- http://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/
- http://css-tricks.com/better-blockquotes-with-css/
- http://tympanus.net/codrops/2012/07/25/modern-block-quote-styles/
Hope this helps!
Please login or Register to submit your answer