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. 

Hide that Navigation Bar of Blogspot Blog

Adding the code to your blog.

Please log into your blogger account.
Now navigate to Layout >> Edit html >>
and find the following code :

/* Content
And Before it, add the next one :

#navbar {
height: 0px;
visibility: hidden;
display: none;
}
Now click Save Template
And You Are done,


Demo.

please click here to see demo.

Search Box for Blogger

Install Blog search Box.









Demo