Saturday 28 October 2017

Hide Labels from Blogger Posts

To hide labels from your Blogger posts, just follow the below instructions correctly:
  1. First of all, go to Blogger and select your blog.
  2. Now click on Template from sidebar and then Click on Edit HTML.
  3. After that, press Ctrl+F and search for the ending </head> tag.
  4. Ones you found </head> tag then simply paste the following code above the ending </head> tag.
  5. <style>
    .post-labels {display: none;}
    </style>
  6. Save your blogger template and it will hide labels from your Blogger posts.

No comments:

Post a Comment