rich 0 Report post Posted December 6, 2009 I was looking to differentiate my site from the Whitehouse.gov site by changing the fonts (type, size and color) on the feature page. Is this possible? Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 6, 2009 Yes its very possible. (with CSS) Do you want to just change the font on the feature page? Share this post Link to post Share on other sites
dcwinton 0 Report post Posted December 9, 2009 How does one edit with CSS? Where do I access that? Share this post Link to post Share on other sites
jnoh 0 Report post Posted December 9, 2009 You can either edit the style.css sheet that comes is in the theme folder. OR you can add the lines of css to the custom css field found in WhiteHousePro Options >> Custom. The w3schools is a great resource for quickly learning css... To change fonts, size and color look at font-family, font-size, and color in that resource. Also if you give us specifics we can help you out with the css that you would need. Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 9, 2009 You would just add some rules to the 'custom css' theme option. somethink like `#feature h1{font-family: arial}` as an example... Share this post Link to post Share on other sites
strongfruit 0 Report post Posted August 15, 2010 this doesn't work. I think what Rich is talking about is changing the H1. It's div class is called ".custom cufon-canvas" and there is ".fsub" and ".ftitle" in there too. It seems the font is generated with .js How do I change the font? (having the same issue) Share this post Link to post Share on other sites
strongfruit 0 Report post Posted August 15, 2010 Got the answer: ftitle is being changed by Cufon font replacement. You can change this in the THEME OPTIONS > TEXT OPTIONS Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 16, 2010 Efraim, You are correct. the older portion of this thread no longer applies fyi. Share this post Link to post Share on other sites