Jump to content
Sign in to follow this  
ljames7

Blockquote font size problem

Recommended Posts

ljames7

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
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
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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×