How To Remove/Delete Labels From Blogger Posts

Many bloggers mightiness detect labels below posts (or ship service titles) unnecessary, equally long equally they are already inwards the blog's sidebar. So, this tutorial volition demo y'all how to take away them manually from the Template's HTML. To shroud labels from the blogger ship service footer (or below ship service title), nosotros could merely uncheck the "Labels" option; however, this setting mightiness non travel properly inwards around custom templates too then, we'll accept to take away the code from our template.

How are nosotros going to create this?

Hide labels inwards Blogger Posts using CSS

Step 1. Log inwards to your Blogger concern human relationship > caput to the 'Template' tab > hitting the 'Edit HTML' button:

 Many bloggers mightiness detect labels below posts  How to remove/delete labels from Blogger posts

Step 2. Click anywhere within the code expanse too search past times using the CTRL + F keys the tag below (hit Enter to detect it):
</head>
Step 3. Just inwards a higher house the </head> tag, add together the next CSS:
<style>.post-labels {display: none;}</style>
Step 4. Click the 'Save Template' push to relieve the changes too persuasion your blog. The labels below the posts should last hidden now.

Comments