Numerous bloggers might find labels below posts (or post brands) unnecessary, provided that they've been already within the blog site's sidebar. Therefore, this guide will reveal how exactly to take them of manually from the Template's HTML. To full cover up labels from the blogger post footer (or below post subject), we could just uncheck the "Labels" alternative; but, this trick may not work correctly in certain custom themes.
Steps To Remove Labels From Blogger posts
1. Login to blogger > Templete > Edit HTML2. Click CTRL + F key and Find
</head>
3. Paste the below code just above Step 2 code
<style>
.post-labels {
display: none;
}
</style>
4. Click save button and you are done with label hiding procedure.
0 comments:
Post a Comment
Thank For Commenting on Digi Logi Blog.