Hide the Post-Filter Message on Blogspot

What is A Post-filter Message in Blogspot?

Blog search is an amazing tool for blog readers who want to search for something on your blog. When a reader uses the search box on your blog, he gets the search results under the post-filter message. Hereunder is a screenshot for you. There are two ways to hide this post-filter message. You can choose anyone as per your wish.

Hide Post Filter Message Using CSS

You can get rid of the post-filter message using the magical CSS trick. You need to edit your blog theme. CSS display: none property is helpful in this case.

  1. Go to Blogger dashboard › Select blog › Navigate to Theme tab.

  2. Click on the inverted triangle drop-down given next to the Customise button. Click on the Edit HTML.

  3. Click inside the HTML editor and search for ]]></b:skin> You can use CTRL+F or Command+F as per your operating system.

  4. Paste the following code below this –

  5. Click on the floppy icon given on the top right-hand side. You are done. You may search your blog to cross-check if the post-filter message is gone or not.

Remove the post-filter message from the blog theme

  1. Go to Blogger dashboard › Select blog › Navigate to Theme tab.
  2. Click on the inverted triangle drop-down given next to the Customise button. Click on the Edit HTML.
  3. Inside the HTML editor, search for the following code-
  4. Replace the same code with the following code.
  5. Click on the floppy icon given on the top right side. It will save the changes. Now, when you or your reader searches on your blog, no post-filter message will appear.

Hide Status Message on Blogspot for Old Themes

What is A Status Message in Blogspot?

The reference image is given below. These status messages can be of different types. Suppose the reader is searching my blog for the keyword ‘Feedburner,’ then he will see the following status message –

and if he clicks on a label ‘AdSense’ from label cloud or a post, then he will see the following status message –

There are three ways to hide/remove Blogger status messages. You can choose anyone as per your wish.

Hide Status Message Using CSS

CSS display: none property may help you in this matter. For this –

  1. Go to Blogger dashboard › Select blog › Switch Theme tab › Edit HTML
  2. Search for ]]></b:skin>
  3. Paste the following code below this –
  4. Save changes in the theme › You are done. You may search your blog to cross-check if the status message is gone or not.

Remove the First Status Message

In your Blogger theme/template, the following code exists. If you remove this theme code, you’ll be able to hide the Blogger status message bar.

  1. Go to Blogger dashboard › Select blog › Switch Theme tab › Edit HTML › Expand widget theme
  2. Search this theme for the following code Note: This code may exist two times if you have enabled the Blogger mobile theme, and you may replace both.
  3. and now replace this code with the following one –
  4. Save changes in theme › You are done

Remove the Second Status Message

In your Blogger theme, the following code exists. If you remove this theme code, you’ll be able to hide the Blogger status message bar.

  1. Go to Blogger dashboard › Select blog › Switch Theme tab › Edit HTML › Expand widget theme
  2. Search this theme for the following code for ease
  3. Then look for this entire code
  4. And now replace this entire code with the following one –
  5. Save changes in Theme › You are done. Now you can check your blog. The Google Blogger status bar will not be available anymore.

How to Hide Status Message on Blogspot   Blogger Guide - 62How to Hide Status Message on Blogspot   Blogger Guide - 33How to Hide Status Message on Blogspot   Blogger Guide - 18How to Hide Status Message on Blogspot   Blogger Guide - 15How to Hide Status Message on Blogspot   Blogger Guide - 65How to Hide Status Message on Blogspot   Blogger Guide - 39How to Hide Status Message on Blogspot   Blogger Guide - 48