How to hide / REMOVE Showing Posts With Label Message in Blogger
2. Click Template >>edit HTML >>> Control + F
3. Search this code:]]></b:template-skin>
4. Copy this code:
.status-msg-wrap{
display:none;
}
.status-msg-body{
display:none;
}
.status-msg-border{
display:none;
}
5. Paste this code above :]]></b:template-skin>
6. Save your work, and Done.
So simple and easy right !!! go to try it. Now you'll never see the message of
Showing Posts With Label again.