Remove HOME link from blogger


Step 1. Click "Edit html" under "design" tab.

Step 2. Check the box "Expand Widget Templates"

Step 3. Find the follwoing line in the html code and delete it.

<a class='home-link' expr:href='data:blog.homepageUrl'> <data:homeMsg/></a>

Follow below steps to remove No Post from blogger

First go to Blogger Dashboard >> Template >> Customize >> Advanced >> Add CSS
Now Copy the following code and paste it on there.



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

Removing Attribution


Removing Attribution

  • Hide using CSS Method
For this method, up to step 2 everything is same. Add following code inside your style sheet. i.e., above  ]]></b:skin> tag. Search for this tag and add following just above it.