You May Like To Read:
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
- Go to Dashboard - Design - Edit HTML - Expand Widget Template (Make A Backup)
- 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.
0 comments:
Post a Comment