Change formatting of quoted text

Hello, how can I make the quoted text in posts not show up this big? There seems to be a space under the paragraph as well. I simply indented the text and italicized it in text editor, but it showed up like this. I’m ok with it being in the box or a different style but not this big and would like to remove that space.

Hi Kamila,

Thank you for writing in, please add this to Theme Options > CSS

/*blockquote font-size, and top margin*/
.single-post blockquote {
	font-size: 16px;
	margin-top: 0;
}
.single-post blockquote p {margin-bottom: 0;}

I have found the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.