What Are Labels In blogger?


Labels are the identifiers used in blogger to identify the category of your contents or we can simply call them categories.In blogger the label name will appear below the blog post and also on the sidebars.These two can be removed from their respective locations.But these may wont work on custom template.So this post will be telling you how to remove labels below from footer by html.



Hide Labels In Blogger Posts


1)Open your blogger account
2)Go to template tab.
3)Click on edit HTML as shown below
How To Remove Labels From Post?


 4)Click inside the code area and press ctrl + f to find within.There search for </head>.Above it paste The following code.

<style>
.post-labels {
display: none;
}
</style>

Post a Comment

Previous Post Next Post