Remove the Viewing Latest Posts label from Blogger

Remove that annoying box that pops up when we search the blog

If we have never changed the advanced settings of our blog on Blogger, we may notice that when we go to search for content from the blog, an annoying box appears with the message Displaying posts, etc…

Well, that label bothers me particularly, so I need to take it off. How do we do it?

  • We access the Blogger dashboard, where we will be able to view the control options of our blog
  • Let’s select the Theme section
  • We click on the Customize button of our theme
  • When you change the screen, go to the Advanced submenu & gt; Add CSS
  • We insert the following command in the box that appears
.status-msg-wrap{
	display: none;
}

which is nothing more than the CSS code useful for hiding that block

  • Let’s save the configuration of our theme

We can immediately access our blog and perform a search by keyword or by tag to see that that box will no longer come out, keeping our graphics clean and tidy in any situation.

We periodically check the functioning of the links in our articles. If you notice any links that do not work, please let us know in the comments. If you enjoyed the article consider supporting the blog with a small donation. Thank you. Patreon / Ko-fi / Liberapay / Paypal

Leave a Reply

Your email address will not be published. Required fields are marked *