How to remove " Showing posts with Label " from Blogger
- Log in to your Blogger account > head to the 'Template' tab > hit the 'Edit HTML' button:
- Click anywhere inside the code area and search by using the CTRL + F keys the tag below (hit Enter to find it) </head>
Just above the </head> tag, add the following style :
<style>
.post-labels {
display: none;
}
</style>
- Click the 'Save Template' button to save the changes and view your blog. The labels below the posts should be hidden now.
Thanks & Regards .