Many bloggers often try to make the message showing on top of the posts("Showing posts under ......." and so on)
I'll show you guys how to remove it...it's pretty easy! Go for it!
Go To Edit Html > Select Expand Widgets
Search for below 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>
And now replace above codes with below :-
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Now save and you are done!
0 comments:
Post a Comment