- Back to Home »
- blogger , template »
- How to Hide / Remove Status Message Bar in Blogger Blogs
Saturday, 29 December 2012
What is “Status Message Bar” in Blogger Blog?
In Search pages or in Label Pages You can observe a Bar with some message at the top of posts.
that is Status Message Bar.
You can Remove or Hide this message by following simple tricks
- By adding CSS code.
- By removing template code.
How to remove this Bar by CSS.
1.Go to Blogger Dashboard > Design tab > Edit HTML
2.Find ]]></b:skin> tag
3.Add the following code before it and save your template
.status-msg-wrap{display:none !important;}
By Removing Template Code.
1.Go to Blogger Dashboard > Design tab > Edit HTML
2.Check Expand Widget Templates Check Box
3.Then find Following code and remove it from template
<b:include data='top' name='status-message'/>
4.Finally Save your Template
The Status Message Bar must Disappeared from your Blog.