Jump to content
Sign in to follow this  
rich

Changing font on Feature Page of WhiteHousePro

Recommended Posts

rich

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

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

How does one edit with CSS? Where do I access that?

Share this post


Link to post
Share on other sites
jnoh

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

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

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

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

Efraim, You are correct. the older portion of this thread no longer applies fyi.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×