How do I change the font in the slider text box to Font Family: Times New Roman; Font- Style: italic;
Hello, 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: .slide .slide-content.entry h2.title { font-family: Times New Roman; font-style: italic; } .slides_control .slide-content p { font-family: Times New Roman; font-style: italic; } This will solve your issue.
Hi Piyush, I cannot find js > custom.js present in your theme directory or the code to remove . Please advise. Thank you.
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.