Hello,
I would like to increase the size of the font in a blockquote and increase the line height. I also would love to have the quote in some nice quote annotations and the person icon of the author in a different color.
What do I need to do?
Thank you.
Comments
please send us link to page where you would like to do this first.
blockquote { font-size: 30px !important; line-height: 30px !important; }However, if you want quotations, you need to switch from SIMPLE to DEFAULT style..blockquote p.author i { color: #000 !important; }