Main menu

Pages

How to Remove Showing Posts with label in blogger


How to Remove Showing Posts with label in blogger


How to Remove Showing Posts with label in blogger



If your blog is a designer template , then you must see this message that 'Showing Posts with label _____ 'show all posts, by default.
As this is a useless message, Many of the bloggers does not want this message appearing on their blog. So, you can easily remove this message by just a simple css code.

How to /

1. Go to your Blogger Dashboard > Template > Edit Template.

2. Find out </head> using [ Ctrl + F ].

3. Then, copy and Paste the below Css code just above </head>







<b:if cond='data:blog.searchLabel'>
<style>
.status-msg-wrap,
.status-msg-body {display: none;}
</style>
</b:if>


4. And 'Save' the Template. done 

Also Read :  Add twitter Flying Bird on Your Blogger Blog




reactions

Comments