How to remove or hide no posts in blogger
If you have created a new blog in blogger then before adding a new post you will see No posts displayed on your blog. This articles describes simple steps to remove this.

To beautify your blog it is good to remove No posts displayed on your blog. It will get displayed in several conditions.
To beautify your blog it is good to remove No posts displayed on your blog. It will get displayed in several conditions.
- If you have created a new blog and not added a single post to it.
- If you have moved all posts to a draft section.
- It you have deleted all the posts from a blogger blog.
- Go to the Template section in Blogger Dashboard.
- Click on the customize button. It will open Blogger Template Designer tool.
- Now go to the advanced section in this tool.
- Drag the scroll bar and select Add CSS section.
- Add the CSS code displayed below in Add Custom CSS area.
.status-msg-wrap { display: none; }
Now click on the Apply to blog button displayed at the top right corner.It will display a message as Template applied.
With these steps you have successfully removed the No posts message displayed on your blog.