Go to Js > custom.js present in your theme directory and remove the code given below Code: Replacement in heading jQuery(document).ready(function() { .replace('h1')('h2')('h3')('h4')('h5')('h6'); Cufon.replace('h1, h2, h3, h4, h5, h6,.content .post .date li', { fontFamily: 'MankSans-Medium', hover: true }); }); This will solve your issue.