ljames7 0 Report post Posted July 15, 2012 Hello Pagelines. I need some help adjusting my blockquote font size? My blockquotes fonts are much larger than my articles and need them to be the same font size. I've been working with firebug, and tried adjusting it, but I can't seem to figure it out. Can anybody help? Thanks in advance! Share this post Link to post Share on other sites
batman 389 Report post Posted July 15, 2012 You can try add in PageLines > Site Options > Custom Code > CSS Rules Title [code]h4, .entry-title a, .entry-title a:hover {font-size: 100%;}[/code] Metabar [code].clip .metabar {font-size: 50%;}[/code] Metabar (full with post) [code].metabar{ font-size: 50%; }[/code] You can change ..% as you like. Life is too short to remove USB safely ... Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 15, 2012 Hi Lori, Did Batman's suggestion above, resolve your issue ? Please search our forums, before posting! Share this post Link to post Share on other sites
ljames7 0 Report post Posted July 15, 2012 I tried it,, but it didn't seem to do the trick, but it did lead me to this, which resolved it. blockquote p { font-size: 15px; font-weight: 300; line-height: 22.25px; margin-bottom: 0; } Thank you both so much. I really appreciated. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 16, 2012 Hi Lori, The above should work, try adding !important to the end. [code]blockquote p { font-size: 11px !important; }[/code] Please search our forums, before posting! Share this post Link to post Share on other sites