Is there a good way to change all the heading fonts so we can choose a style please www.see-it-3d.co.uk
Hello, Go to js > custom.js present in your theme directory and remove the code given below Code: Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1,h2,h3,h4,h5,h6{ font-family:symbol!important; } In place of "symbol" you can put your font type. This will solve your issue.