Tuesday, 24 February 2015

Method 1 : By Using CSS

  1. Log in to your blogger account and go to 'Template'  tab > click on 'Edit HTML' button:
  2. In your blogger template click anywhere inside the code > Click CNTR+F and search for </head> :
    search </head> tag
  3. Just above </head>, Paste the following css code:
    <style>
    .post-labels {
    display: none;
    }
    </style>
    Just above head ending tag paste the following CSS code
    Just above ending head tag paste the following CSS cod
  4. Click on 'Save Template' to save the template:
    Click on 'Save Template' to save the template
    Click on 'Save Template' to save the template

It's Your Turn

Do you get your problem solved by reading this article or get confused. Let us know by submitting comment in the comments box below

4 comments:

  1. Working Thanks

    ReplyDelete
  2. Is there is any another way to hide label from blogger.

    ReplyDelete
    Replies
    1. Hi, I am working on it. Two more methods will be available soon.

      Delete