I succcessfully changed the font with custom css from a previous thread... but it didn't work for the header text. Am I missing a step? My page names and blog post titles, etc. are still in the theme font, not the font I'd like to use. Can you help? katieobrien.com
Hello, Font code for header tag is not working because of cufon. Go to the custom.js file (Theme directory> js directory > custom.js) present in your theme directory and remove the code given given below from that file. Code: //Cufon replacement[/COLOR] Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6')('.ddsmoothmenu a'); See the image for reference 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. Thanks & Regards Gourav Shrivastava