Wednesday 6 July 2011

Remove blogger NavBar

Many guys were wondering if they could remove the blogger NavBar. So, in this post I am publishing a method to remove the navbar from your blogger blog.
So, if you are wondering how to do this here is a method:

  • Go to your blogger dashboard>design>edit HTML 
  • Now, press ctrl + F and search for " </b:skin>" without quotes, in your HTML lines.
  • Now just before the </b:skin> copy and paste the following codes:
#navbar-iframe, #navbar, .navbar {height:0px; visibility:hidden; display:none; margin: 0 !important;}

preview the changes if the blog looks good and then save.

1 comments:

Abhi said...

It was something I have been searching for. Thanks for sharing this I felt this bar irritating.

Post a Comment