How to Hide labels using CSS from Blogger posts?

[dropcap]H[/dropcap]ide the blogger category labels with help of CSS style. It will be covered under the designing part of a blogger blog. Here I have created widget generators by which you will be able to install the CSS style to hide category labels in your blogger blog. Design of your blog matters a lot when it’s come to the subject of retaining visitors and building strong relationship with them. Generally it is found that many bloggers are using labels in header menu, footer menu and sidebar. So their is  no more importance of labels which are appears just below post body of post title. 

Remove/ Delete labels using Widget Generator.

Here I have created widget generator by which you will be able to hide labels just within few clicks only. Keep in mind this code will be installed in the sidebar to your blogger layout. If you want to labels again than in that case you have to remove it manually by navigating Blogger Dashboard > Layout > Find your widget and delete it that set.

In below widget generator, kindly click on add to widget button. Select your blog, And click on add widget button that set. Check it out your labels will not be appear beside post title or post body.

 [sc:hidelabels]

Remove/Delete labels by editing blogger HTML template

You may also install this code if you are too much friendly with HTML and CSS coding. Just follow below simple instruction.

Step 1: Backup your blogger blog.

Step 2: Navigate Blogger Dashboard > Template > Edit HTML.

Step 3: Find ]]></b:skin> in your template and paste following code just above it.

.post-labels {

display: none;

}

Step 4: Save Template. That set.

Conclusion:

If you still facing any kind of problem regarding removing lables from blogger blog than kindly drop your comment below. I will try to solve your problem as soon as possible.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.