Hello, I need to do paragraph on Home Page Intro text ans i can' t do it. And i try to change color of the Feature Heading Can you help me, Thank you.
Go to js > custom.js present in your theme directory and remove the code given below Code: Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #content .one_fourth h3 a{ color:red; } Inplace of "red" put your color code.