Please can you let me know the custom CSS to change the font (for all text and headings) to arial on my website. I am using the cloriato theme. Thanks, Rosie
Go to Js > custom.js present in your theme directory and remove the code given below Code: //Font replace 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,a,p{ font-family:arial!important; }
Thanks, I want to change the font everywhere including on the slider, the column headings etc. Please can you let me know the code?
You will not get theme directory in your dashboard. You can edit custom.js file through FTP. Open your Theme directory (through FTP) > js directory > custom.js Download custom.js file from there, Edit it, Then again upload it at the same place..