How to remove labels in blogger

hide labels in blogger

      In Blogger labels are used to categorize the posts. They can be used as SEO search key words. It always better to use some labels to categorize your articles.
      In some cases, Templates have labels in the side bar. So there is no necessity to publish them in the post content. Remove them by using the following steps.


edit template in blogger

Hide Labels in Blogger posts

Step 1: Go to Blogger Dashboard >> Template >> Edit HTML.

Step 2: Search for the following piece of code by using "Ctrl+F".

</head>


Step 3: Paste the following code just above "</head>" tag.
<style>
.post-labels {
display: none;
}
</style>


Step 4: Now Save the template. Then labels are now disabled.
Previous
Next Post »
Related Posts Plugin for WordPress, Blogger...