<h1> tag is missing (where do I put that in)

Discussion in 'ClassiCraft WordPress Theme' started by calvinhon, Aug 6, 2013.

Thread Status:
Not open for further replies.
  1. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    Hi guys,

    I went and index my website: www.isniffy.com via bing, and on the dashboard it says this:

    The <h1> tag is missing. (Issue marker for this rule is not visible in the current view)

    So now I need your guidance on where I can put the <h1> to, any screenshots for me to follow?

    Thanks, :)
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Calvin,

    I think you are trying to add <h1> tag in the front page.
    For this open "index.php" and replace all <h6> with <h1>
    and after that
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    ul.list li.thumbnail h1 {
    font-size: 16px;
    }
     
  3. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    Cool Thanks Nitesh!
     
Thread Status:
Not open for further replies.

Share This Page