Almost In every default Blogger layout, When we click on any lable the message or a single bar always shows up on the page and says some thing like "Showing posts with label" .
To remove the following Message You need to follow the following steps.
Step 1
If You are on Old Blogger style the Go to
- Go to Dashboard >> Design >> Edit HTML >> Expand Widget Template and before editing or customization make a Backup
OR
If You are using New Blogger layout then Go to
- Go to Dashboard >> Template >> Edit HTML >> Proceed >> Expand Widget Template and before editing or customization make a Backup.
Step2
Now Search The following (Control + F)
<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>
<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 3
Now All You have to To do is to replace the above code with the this Code
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
And Now you have sucessfully removed the lable bar from your blogger.
If any problem arises or you got any issue kindly comment down her and we will assist you as soon as possible thanks for reading.
If any problem arises or you got any issue kindly comment down her and we will assist you as soon as possible thanks for reading.
0 comments:
Post a Comment