Sunday, 25 October 2015

How to hide "No Post" in Blogger Blog


This is an error message shows when we have zero post in our blog. The "No Posts" shows in your blogger homepage. This looks very unprofessional design. This can be hide or removed very easily by adding some simple CSS codes to your blogger template.

How To Remove "No Posts":

  • First log in to your blogger account and click on "Template" section.
  • Then click "Customise" >> "Advance"  >> "Add CSS"


  • Now add the below code to CSS text box

    .status-msg-wrap
    {
    display: none;
     }

  • Now just "Apply to Blog"
  • Your No Posts message disappeared.

No comments:

Post a Comment