Hello everyone, I don't know how to change the font of '"Home page intro", I would change it to "Harrington". Can anyone help me? Thank you! My site is www.lacortedilucina.it
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: .content-wrapper .content-info h1{ font-family:Harrington; } This will solve your issue.
Thank you, but I'm not very handy with the computer language ... For "Js" you mean the editor colorway? I can not find the code Cufon replacement ... Where is located?
In downloaded theme, You will get zip file, Extract it, There you will get theme directory > Js > custom.js.
I tried to upload it with Filezilla and it says "Critical error in file transfer." I went to the" themes ", I opened "Colorway", I transferred custom.js in my pc, I modified it with "Notepad", I tried to overwrite it with Filezilla but nothing! What mistake? Can anyone help me?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-wrapper .content-info h1{ font-size:30px; color:red; } Inplace of "red" put your color code. Adjust font size as per your requirement.