Hi, is it possible to change the heading fonts? I have put this into the custom css on colourway theme but the headings are still coming up as the old style. h1, h2, h3, h4, h5, h6, a, span, li, ul, p, div { font-family: Palatino Linotype !important; }
Hello, Go to js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); This will solve your issue.
Hello, You will not get theme directory in your dashboard. You can edit custom.js file through FTP. Open your Theme directory (through FTP) > js Download custom.js file from there, Edit it, Then again upload it. Also check the link for reference http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/