watto1981 0 Report post Posted February 3, 2011 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
watto1981 0 Report post Posted February 3, 2011 sorry, the Header I am trying to change is on this page; http://www.elementary-agency.com/Elementary/about-2/ Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 3, 2011 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