2009/02/23

How to hide "Show all post with label" form

When you use search engine or click on 1 of the labels on Blogger tools, if you observe clearly you will see the noticed line like this:

So you want to hide it ?
Very simple just following this instruction, i will give you 2 ways to make it "go away"

1st way:Disable the code by adding 2 little symbols:

Log in your account on Blogger.com---->Layout---->Edit HTML---and stick Expand Widget Templates.

Find and add 2 tags <!-- and --> like this:

<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>



2nd way:Add this CSS code at anywhere between
<b:skin><![CDATA[/*
and
]]></b:skin>

This is the code:
.status-msg-wrap {
display: none;
}





1 comments:

Anonymous said...

Very good!

Post a Comment

Thanks for reading , if you have any problem please leave me a comment here I will help you by my best.Please note that you put the friendly words tohelp each other to improving and developing these tips to be better,or the best way for you to track my blog is subscribing my Feed.You are always welcome on Zenplate.
Best regard
Zen

 
.