Hello, Go to js . custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h1:hover')('h2')('h3')('h4')('h5')('h6'); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .home-content .page_info h3 { font-size: 23px; } Adjust its value as per your requirements.
Hello, Go to js directory > custom.js file present in your theme directory and follow the instruction shown in the image given below. See the link given below for the reference. http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/ I hope this will help you.