How To Remove/Delete Labels From Blogger Posts
Many bloggers mightiness respect labels below posts (or postal service titles) unnecessary, every bit long every bit they are already inwards the blog's sidebar. So, this tutorial volition demonstrate yous how to take away them manually from the Template's HTML. To cover labels from the blogger postal service footer (or below postal service title), nosotros could only uncheck the "Labels" option; however, this setting mightiness non run properly inwards unopen to custom templates as well as then, we'll accept to take away the code from our template.
How are nosotros going to create this?
Step 2. Click anywhere within the code expanse as well as search yesteryear using the CTRL + F keys the tag below (hit Enter to respect it):
How are nosotros going to create this?
Hide labels inwards Blogger Posts using CSS
Step 1. Log inwards to your Blogger trouble organisation human relationship > caput to the 'Template' tab > striking the 'Edit HTML' button:Step 2. Click anywhere within the code expanse as well as search yesteryear using the CTRL + F keys the tag below (hit Enter to respect 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 salve the changes as well as sentiment your blog. The labels below the posts should endure hidden now.