

now we will remove this message from your blogger template.
How to remove Showing Post With Label
Step 1. At first go to dashboard click on template now click edit HTML.
Step 2. Now click to editable codes and press CTRL+F now find this code:
<b:includable id='status-message'>
When you found this code, now click on the arrow beside it and expand it there is some codes.

Step 3. Now you will see the below codes you should remove them from your 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>

Step 4. Now Replace it with this one:
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Step 5. Save the template. Now view your blog and click on any label and finally there should be no box anymore.
And you have successfully removed that boring message.
0 Comments