Go to js > custom.js present in your theme directory and remove the code given below Code: //Font replace Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li a{ color:red; } .home_content h1 { color: red; } Inplace of "red" put youer color code.