How to remove/delete labels from blogger posts

Many bloggers may find labels below posts or post titles un necessary, the length of they are as of now in the blog's sidebar. Thus, this article will show to you how to remove them manually from the Template's HTML. To hide labels from the blogger post footer or below post title, we could basically uncheck the "Labels" options; this setting may not work appropriately in some custom templates and then, we will need to remove the code from our template.

Hide Lables in Blogger Posts using CSS

Step # 1: Login to your account and go to Template > Edit HTML


Step # 2: Search Ctrl + F and find out </head>

Step # 3: copy the following style code and paste above the </head> tag
<style>.post-labels {display: none; }</style>
Step # 4: Click on Save Template

Done!

0 comments:

Post a Comment

Blog Archive