bswanson 0 Report post Posted March 31, 2010 I would like to change the Blog Title font and size for WHP. Can someone point me in the right direction. Thanks! Share this post Link to post Share on other sites
Andrew 207 Report post Posted April 1, 2010 Sure, Can you give us a screenshot or live link with the exact text you want to change? This is easy w/ custom css. Andrew Share this post Link to post Share on other sites
bswanson 0 Report post Posted April 1, 2010 Our site is: http://www.swansoncomm.com/sccpress/ I would like to change the font and possibly size of the Blog Title along the top of the page: SWANSON COMMUNICATIONS CONSULTING LLC Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 2, 2010 You can change the text by adding a custom css rule in the theme options that looks something like this... ` .headline h1 a { font-family:Georgia; font-size:20px; } ` except replace with whatever font and size you'd like Note: only certain fonts are available on the web Share this post Link to post Share on other sites