Where do I change the blockquote styling at?
1 Answers
If you want to style for the Blockquote section in your theme, you can use the following code:
blockquote p {
font-size: 14px;
border-left: 1px solid #bbb;
padding-left: 10px;
....
}
Note: Add this code to the style.css file.
Hope this helps !
Please login or Register to submit your answer