Thursday, 22 November 2012

How to hide or remove showing posts on label name

Today I’m going to show how to remove showing posts on the label name posts, when click a label loads other page with label name, on top of the posts showing this message showing posts label to remove simple method Step1:
Login to blogger account
Step2:
Go to template
Step3:
Click customize and advanced tab, click Add CSS
Step4:
Copy and paste the below code

 
/*this is the simple two line to remove the label */
.status-msg-body{display:none}
.status-msg-wrap{display:none}