brentwalker500 0 Report post Posted July 23, 2011 How do I increase the font size of the Highlight Subheader Text? Here is the page I want to do it on: http://www.webwalkersolutions.com/seo-services As a bonus if I could bring the "boxes" below up maybe 20px or so that would also be great. Thank you very much for your assistance. Share this post Link to post Share on other sites
kastelic 6 Report post Posted July 23, 2011 Try: #highlight .content .highlight-subhead, #highlight .copy-pad .highlight-subhead { font-size: 1.05em !important; } #highlight .content-pad .highlight-area { padding-bottom:20px !important; } Share this post Link to post Share on other sites
brentwalker500 0 Report post Posted July 25, 2011 Thanks for the info kastelic. To be clear I put what you've suggested above in the "Platform Pro Settings" beneath the custom code section and then inside the custom CSS. It didn't seem to change anything. Maybe I'm putting it in the wrong place? Any more tips would be much appreciated. Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 25, 2011 Can you show us how you added it? Make sure it's NOT inside the body {} Share this post Link to post Share on other sites
brentwalker500 0 Report post Posted July 25, 2011 Yes, yes cmunns... that is what I did. Noob mistake I suppose. I put the Style outside of body (below it actually) and it worked like a charm. My thanks to yourself and kastelic Share this post Link to post Share on other sites