• Help! This is really annoying me! When I fill in the title box and I hit publish it does not display as header <h1> text (larger bolded green text) but rather a lower style order (blue in colour and smaller font). The only way I can get the title to display as <h1> text is to put the title in the body, but then I cannot see the titles of each post as that field is blank. SEO tools also pick up that I have too many <h1>tags. See pancake example here: http://villagetoys.com.au/blog/
    Thanks in advance for any help!

Viewing 1 replies (of 1 total)
  • The tag of <h1> has been reset.
    for exmaple:
    <h1 class=”h2″>Ultimate Banana Pancakes</h1>

    the tag <h1> has a attribute class=”h2″.In the css file , you can find the below
    .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    }

    I think that’s the reason.

Viewing 1 replies (of 1 total)
  • The topic ‘Posted blogs not displaying title as header text’ is closed to new replies.