Tuesday, May 14, 2013

How To Tuesdays: Option 6 - How To Remove The "Showing posts with label" / "No posts were found which match your query" Message on Blogger

That is a looong title!

Well, this tutorial is aboout Labels. On my blog, the different tabs up top are actually search results from the labels, but when you clivked on them, it always displayed that pesky message "Showing posts with label 'abc'" which just showed the world what a beginner blog designer I am.

This simple CSS Code saved me from aforementioned public embarassment, hope it does the same for you.

Again,
First thing you need to know is this:

Step 1: Got to Layout on the Blogger Home page
Step 2: Click Advanced
Step 3: Go to "Add CSS"
Step 4: Paste

.status-msg-wrap{
display: none;
}
 
 
Hope it works out for you.

xx
Jo

No comments:

Post a Comment