31.3.13

How To Hide/Remove Blogger’s “No Posts”

How To Hide/Remove Blogger’s “No Posts”

How To Hide/Remove Blogger’s “No Posts”

How To Hide/Remove Blogger’s “No Posts”
1 Star2 Stars3 Stars4 Stars5 Stars
1
3,095 views
1
This simple trick comes from a young blogger named Aumkar Thakur, and what it basically teaches you is how to hide the “No posts” message box in your Blogger. This can be seen when you’ve just opened up your Blogger account and you still haven’t posted anything yet.
To hide it, just follow the quick 3-step instructions below:
  1. From your Blogger dashboard, go to ‘Template’ and then click on ‘Customize
  2. Click on ‘Advanced’ and then on the submenu, scroll down to the bottom and click on ‘Add CSS
  3. 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.