Hi,
I am trying to change the fonts in my page ( ) 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
Changing Font
Started by
watto1981
, Feb 03 2011 02:34 PM
2 replies to this topic
#1
Posted 03 February 2011 - 02:34 PM
#2
Posted 03 February 2011 - 03:30 PM
sorry, the Header I am trying to change is on this page;
#3
Posted 03 February 2011 - 05:55 PM
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...
}
`










