Using bbpress with the theme. When blockquotes are used, it increases the size of the font by 100% or more and doesn't look very much like a quoted block of text. I read on bbpress forums about adjusting a css file. I have looked and tried to use different blockquote code settings in the style.css and it doesn't change anything.
Is there another css file I should be adjusting?
Any suggestions on the blockquote code to use to make it look more like a traditional quote once I have the correct css file to change?
Using bbpress with the theme. When blockquotes are used, it increases the size of the font by 100% or more and doesn't look very much like a quoted block of text. I read on bbpress forums about adjusting a css file. I have looked and tried to use different blockquote code settings in the style.css and it doesn't change anything.
Is there another css file I should be adjusting?
Any suggestions on the blockquote code to use to make it look more like a traditional quote once I have the correct css file to change?
Thanks!
Take care...
Hey ,
#bbpress-forums blockquote { font-size: 13px; font-family: \'OpenSansLight\'; line-height: 40px; padding-left: 0px; letter-spacing: 0.5px; margin-bottom: 30px; }
Thanks
ThemeNectar Support Team