Latest

6/recent/ticker-posts

Header Ads Widget

Remove/Hide Labels/Tags from Blogger - Creator Hub

On Blogspot, you can include several keywords to each post to index your articles for faster searching. Invest the benefit of this feature, you might find over time that you have some labels with incorrect spellings, or you want to get rid of redundant ones to permit visitors to navigate your articles easier. Through the Blogspot "Edit Posts" screen, it is possible to quickly delete certain labels from your own blog.

STEPS TO REMOVE LABEL/TAGS FROM BLOGGER (Video Tutorial)



STEPS TO REMOVE LABEL/TAGS FROM BLOGGER

METHOD 1: Edit with HTML

Following are some steps by which we can remove or hide labels/tags from Blogger with the help of HTML Code:

  • Log in to your Blogger account.
  • Go to "THEME" Option.


  • Click on "Edit HTML" .


  • Press "Ctrl+ F" to find the following Code in the code File
                     </b:skin>
  • Copy  one Line of the Following Code and then paste on the above of the </b:skin>
.status-msg-wrap{display:none;}

or

.queryMessage {display:none;}



  • Click on "Save" to save the Changes.



METHOD 2: Edit with CSS

Following are some steps by which we can remove or hide labels/tags from Blogger with the help of CSS Code:
  • Log in to your Blogger account.
  • Go to the "THEME" Option.


  • Click on "CUSTOMIZE".


  • Go to "Advanced" and then "Theme Body".

  • Click on "Add CSS " to insert the Code line.


  • Copy and Paste the Following Code.                                                                                                      .status-msg-wrap{display:none;}

    or

    .queryMessage {display:none;}
  • Click on Save to save the changes. 


Post a Comment

2 Comments