Thursday, September 20, 2012

Remove Showing Posts With Label In Blogger Blog

Author: Gagan Masoun
How to Remove Showing Posts With Label In Blogger BlogIf you are using blogger template as your professional blog & Want to make it more professional? Then this tutorial will help you in the professional way.When you open posts by click any Label it shows a status message above the posts. In this tutorial you will learn "How to Remove Showing Posts With Label In Blogger Blog".We have 2 options to remove it. Just follow the steps given below.
Remove Showing Posts With Label In Blogger Blog

1 Trick: By Changing the CSS Code

  • Go to Blogger Dashboard>>Template
  • Edit Template
  • Add the following code before "]]></b:skin>" Tag.
.status-msg-wrap{display:none !important;}
  • Save your template

2 Tricks: By Changing In Template Code

If you are using the old Blogger interface:
  • Go to Dashboard - Design - Edit HTML - Expand Widget Template (Make A Backup)
If you are using the new Blogger interface:
  • Go to Dashboard - Template - Edit HTML - Proceed - Expand Widget Template (Make A Backup)
  • Now Find (CTRL+F) This Code In The Template.
<b:includable id='status-message'>
  <b:if cond='data:navMessage'>
  <div class='status-msg-wrap'>
    <div class='status-msg-body'>
      <data:navMessage/>
    </div>
    <div class='status-msg-border'>
      <div class='status-msg-bg'>
        <div class='status-msg-hidden'><data:navMessage/></div>
      </div>
    </div>
  </div>
  <div style='clear: both;'/>
  </b:if>
</b:includable>
  • Replace Above Code With Given Below Code:
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
  • Just done . Now save it. You have Done.
Worth Reading:
If you need our help feel free to ask in comments.View your blog and enjoy.Happy blogging & stay blessed.

Author
Author - Gagan Masoun is the owner of Blogs Daddy Blog.Gagan lives in India, has been blogging since 2010 and writing Blogs Daddy Blog since 2011.You can find him in the usual social networks.

0 comments:

Post a Comment