Hi Happy New Year! I found that the theme can't show Chinese in several situations, such as Chinese characters in "Home Top Feature Heading" and with "heading1~6". I think the reason is the font family of those parts don't include Sans-serif, Serif or other Chinese fonts. I can't find the right file to modify. Could you please to show the name of the file and the which line I should check. "Home Top Feature Heading" Heading Thank you
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'); This will solve your issue.