I'm trying to change the font for the headers and I put this code in teh css h1, h2, h3, h4, h5, h6{ font-family: Arial; } but it didn't change the title fonts on the home page, or any where else. What am I missing? thanks!!
Firstly, 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'); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2, h3, h4, h5, h6{ font-family: Arial; } 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.