Wednesday, February 3, 2010

Remove NavBar from Blogger


Remove NavBar from Blogger
Remove NavBar from Blogger
Blogger Blogs by default have a Navigation Bar at the top of the page called Navbar. If you want to remove this NavBar from top of your blog then just follow these simple steps to remove Navbar. 

Steps to Remove Navigation Bar (NavBar):
  • On Your Dashboard, Click on Layout (see below shown picture for further assistance)

Select Blogger Layout
  • Now Click on HTML (see below shown picture for further assistance)

Edit HTML
  • Now Check the box of Expand Widget Templates (see below shown picture for assistance)
Expand template code
Now Search Below Given Code:

Replace above code with this:
#navbar-iframe {
display: none !important;
}


Now, Save Your Template and you are Done!

No comments:

Post a Comment