John Yakubik
asked 9 years ago

Where do I change the blockquote styling at?

1 Answers
DominicStaff
answered 9 years ago

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 !

Powered by DW Question & Answer Pro