Removing Text in Blogger: "Showing Post with Label ..."

Got annoyed with a message that keep showing every time you click on the label or after you search a topic.

A message "Showing post with label
...". Show all posts
. After clicking a label

Here's the trick in removing this. I actually made a blog about this one long ago using the old blogger editor environment. i have go update some few of it here. This is not actually a trick if you know basic HTML or CSS code, and it was allowed as long as the customized CSS is available, you can also add widget and add html widget.

Alright, with any further adieu, let get it on.

The only thing you need is to put this in either customize HTML and add this CSS code, and that's it, no more annoying label -

<style type="text/css">
    .status-msg-wrap {display:none !important;}
</style>
Flag Counter