Bloggers might find labels below posts or post title.This tutorial will show 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 simply uncheck the "Labels" option; however, this setting might not work properly in some custom templates and then, we'll have to remove the code from our template.
Remove labels in Blogger Posts using CSS
Step 1. Log in to your Blogger account>head to the 'Template' tab> hit the 'Edit HTML' button:
Step 2. Click anywhere inside the code area and search by using the CTRL + F keys
Step 3. Just above the
, add the following style:
Step 4. Click the 'Save Template' button & view your blog. The labels below the posts should be hidden now.