jbravo 0 Report post Posted May 18, 2010 I'm upgrading to WHPv3 and I can't figure out how to change the main header font back to what it looked like on v2. http://snapplr.com/qe5z - old http://snapplr.com/9pnn - new The font seems different on my navigation bars also. Help please Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 18, 2010 It's actually the same font. You just have to change the CSS back to what it was since we changed the design a little. Add this to your custom CSS code area in the theme options panel ` .site-title { letter-spacing:0.2em; text-transform:uppercase; } ` Share this post Link to post Share on other sites
jbravo 0 Report post Posted May 18, 2010 Thanks that worked! I changed the letter spacingto 0.1em and it matched closer. Is there anyway to change the size of the font? It appears to be a little larger than in v2. Share this post Link to post Share on other sites
jbravo 0 Report post Posted May 18, 2010 http://snapplr.com/g490 - NOW http://snapplr.com/qe5z - v2 Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted May 19, 2010 Modify the code Adam provided: .site-title { font-size:20px; letter-spacing:0.2em; text-transform:uppercase; } Change 20 to whatever number until you get the desired effect. Thanks, Bryan Share this post Link to post Share on other sites
jbravo 0 Report post Posted May 19, 2010 Thanks that worked! Share this post Link to post Share on other sites
casshern 0 Report post Posted July 13, 2010 Can i change the header all together?,currently it says whitehouse pro and has an image, i would like my site name visable how would i do that. Share this post Link to post Share on other sites