Jump to content
Sign in to follow this  
jbravo

Upgrading from Whitehouse Pro v2 to v3

Recommended Posts

cmunns

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

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
bryan-hadaway

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
casshern

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

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  

×