
How are we going to do this?
Hide 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 the tag below (hit Enter to find it):
</head>Step 3. Just above the </head> tag, add the following CSS:
<style>.post-labels {display: none;}</style>Step 4. Click the 'Save Template' button to save the changes and view your blog. The labels below the posts should be hidden now.

No comments:
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.