Step 1: Login to your Blogger dashboard and navigate to Layout > Edit HTML and check Expand Widget Templates.
Step 2: Look for the code <b:includable id='status-message'>
Once you find the below codes in the template, just delete the codes
<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 it with this code
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div style='clear: both;'/>
</b:if>
</b:includable>
Now check your blog to see the changes.
0 comments:
Post a Comment
Admin Karthik