When you don't post anything in your blog then blogger shows a message that No Post and many bloggers designed their blog as they don't want to show posts in home page so they don't post anything but blogger shows a message No Post and they want to disable it OR remove it. So, you can do it very easily by adding some 3 line codes of CSS.
Remove No Post from Blogger
- Login to Blogger > Dashborad
- Click on Drop Down Menu and select Template
- Backup your Template before making any changes to your blog
- Now Click on Edit HTML > Proceed > Expand Widget Templates
- Press Ctrl + F and search the code shown below.
]]></b:skin>
- Paste below code before ]]></b:skin>
/*---Remove No Post by widgetgenerators.blogspot.com----*/
.status-msg-wrap
{
display: none;
}
/*---Remove No Post by widgetgenerators.blogspot.com----*/
- Save Your Template
@Sheikh ArsLan AfzaLbro you have to add this CSS code before ]]></b:skin>
ReplyDeletegood work man
ReplyDelete