Jump to content
Sign in to follow this  
watto1981

Changing Font

Recommended Posts

watto1981

Hi, I am trying to change the fonts in my page (http://www.elementary-agency.com/Elementary/) have watched the docs and searched the forums. I used the exact same CSS code as in the video to change the font of the header and nothing; .post-title h2 { font-family: "Lobster"; } Also if I want to change other texts would you just subsitutue the ".post-title h2" for the element say body or similar ? Thanks in advance. Nick

Share this post


Link to post
Share on other sites
cmunns

Best way to figure this out is using a browser toolbar, in the case of the page those are banner titles thus: ` .banner-title h2 { ...your css here... } `

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  

×