Thoughts on teaching, technology, learning and life in an era of change.
 
Removing navigation bar from the top of blogger
October 10th, 2007

I use the following code just before the default code and after the name of the template creator to block the Blogger Navigation bar:

#navbar-iframe {
display: none !important;
}

The detail on how to achieve this is described at this web site.

One Response to “Removing navigation bar from the top of blogger”

  1. barryb Says:

    Thanks for the directions to the website with clear instructions. I had tried doing this months ago when I first realized that the “next blog” tab could lead to blogs that featured images that would be inappropriate in an educational setting but didn’t know where to actually paste the code into the template. Using the website you mentioned, I was finally able to do it successfully. Until now, I was only recommending that classroom teachers use one of the educational blog sites.