Easily Remove/Delete Labels from Blogger Posts.Labels are used to assigned our new posts that are related to the Other Posts and wanted to Show them whenever someone open a specific Label.Label is a way to get through All the Posts which are in the same Category in your Blog.However Many Times a blogger have seen Some unnecessary Labels in his blog Posts or in His Post Titles that were already added in sidebar of the Blog , now he don't want to let those Labels anymore.This is a Easy Way to Easily Removing or Deleting Labels from Blogger Posts in Your Blog.
So he come to the conclusion to remove those Labels from his blog Post/Post Titles but Every time He Fails to remove Labels from his Blog because there is no such option that will help him to removing those unwanted Labels from his Posts.
So in this Tutorial i will tell you How can Remove/Delete Labels from your Blogger Posts or from below Post Titles.So for Removing Labels from the Blogger Post footer or Post Titles you have to Simply Uncheck the "Labels" option in the Blogger Template.You have to add this CSS code into your Blogger Template for Hiding the Label from Blogger Posts.
So how to do this Follow my instructions:
How To Hide or Delete Labels From Blogger Posts
Step 1:Login to Your Blogger Account and go to your "Template" from Blogger Dashboard.Then hit on "Edit HTML" button for opening the Blogger Template Editor.Step 2:Now in the Template ,press (CTRL+F) to open the Search box and search for this HTML Tag inside your Blogger Template.
</head>Step 3:When you will Find this Html Tag , just paste this Code above this </head> Tag.
CSS Code:
<style>
.post-labels {
display: none;
}
</style>
Step 4:Now click on "Save Template" for saving the Changes into your Blogger Template .
Now you have Done Successfully !! Open your Blog and Check for the changes and their you can see that Labels that are below Posts are Hidden from your Blog.
0 comments:
Post a Comment