Follows these steps to Remove "Showing post with label ................
1. First Login with Your Blogger Account .
2. Go to DashBoard and then Click on Template and then Click on Edit HTML .
3. Now Find given below code using CTRL + F .
" <b:includable id='status-message'> "
After Find above code click on arrow next to it to expand remaining code .
4. Now you will get code just like below .
<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>
5. Now Replace Above Code with Below Code .
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
6. Now Click on Save Template .
No comments:
Post a Comment