How To Hide/Remove Blogger’s “No Posts”
To hide it, just follow the quick 3-step instructions below:
- From your Blogger dashboard, go to ‘Template’ and then click on ‘Customize’
- Click on ‘Advanced’ and then on the submenu, scroll down to the bottom and click on ‘Add CSS’
- Now copy and then paste this very short code inside the CSS panel:
.status-msg-wrap
{
display: none;
}
Congratulations! The ‘No posts’ message box should now have disappeared when you look at your blog site’s preview window below.