Trying to Underline portions of the following in the Top Feature Heading like so... Organized. Consistent. Detailed. How can we do this?
Hello, Go to js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1',{hover: true})('h2',{hover: true})('h3',{hover: true})('h4',{hover: true})('h5',{hover: true})('h6',{hover: true})('.contentbtn')('.content_info')('.readmore',{hover: true})('.submit',{hover: true}); Now, go to Appearance > Theme Option > Home Page Feature Settings > First Feature Heading and add the code given below Code: <u class=underline>O</u>rganized Use same process for others also. Thanks & Regards Gourav Shrivastava