raezerj 0 Report post Posted July 8, 2012 Hi! I'm trying to change (increase) the size of the banner title text. I've tried the following code in the Pagelines 2.2.2 Customize plugin, but don't see a result. Any advice? #banners .banner-title { font-size: 120% !important; } Share this post Link to post Share on other sites
WebWerx 0 Report post Posted July 8, 2012 @raezerj: Can you supply a screenie of the part of the website you are referring to? Share this post Link to post Share on other sites
raezerj 0 Report post Posted July 8, 2012 Headline on top banner on this page: http://www.approachguides.com/ebooks/amazon-kindle/ Love your avatar. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 9, 2012 Hi, You were almost right, add this to your custom CSS. [code]#banners .banner-title h2 { font-size: 3em; }[/code] Change the value to your preferred size. Please search our forums, before posting! Share this post Link to post Share on other sites