Hi
Thanks
I have fixed it too by using plugin “CodeStyling Localization” to modify file homepage_singlet_widget.php
But, I found that, my problem is font-family.
In my web header have a scrip
<style type=”text/css” media=”screen”>
body {
background-color:#fff;
}
body{ color: #666;font-weight: normal;font-size: 13px;}
#catnav ul a{ font-family: Open Sans;font-weight: normal;font-size: 13px;}
#catnav.secondary ul a{ font-family: Oswald;font-weight: normal;font-size: 16px;}
h2.blogpost-wrapper-title{ font-weight: normal;font-size: 20px;}
.blog-lists-blog h3 a{ font-weight: normal;font-size: 24px;}
.blog-lists h3 a{ font-weight: normal;font-size: 14px;}
.widget-head, ul.tabs2 li a{ font-weight: normal;font-size: 20px;}
h3.widget-title{ font-weight: normal;font-size: 21px;}
.post-title h1{ font-weight: normal;font-size: 40px;}
#post-meta ,.post-meta-blog{ font-weight: normal;font-size: 10px;}
.post_content{ font-weight: normal;font-size: 13px;}
.single-navigation, .comment-nav-above, .comment-nav-below{ font-family: Bitter;font-weight: normal;font-size: 14px;}
.comment-content{ font-weight: normal;font-size: 13px;}
.post_content h1{ font-weight: normal;font-size: 32px;}
.post_content h2{ font-weight: normal;font-size: 28px;}
.post_content h3{ font-weight: normal;font-size: 24px;}
.post_content h4{ font-weight: normal;font-size: 20px;}
.post_content h5{ font-weight: normal;font-size: 16px;}
.post_content h6{ font-weight: normal;font-size: 12px;}
</style>
in file style.css i have change all into Arial. there is no font-family: Open Sans and font-family: Oswald. But in above scrips still have font-family: Open Sans and font-family: Oswald
Do you know where they are, and how to change they in to font-family: Arial
Thanks