Removing the navigation headline from Blogger

Blogger automatically adds headline to your blogger page that provide links other blogger sites. If you would rather not direct traffic away from your blogger, you can do the following to disable the headline line.
  • Login to Blogger account (http://www.blogger.com)
  • Click "Layout"
  • Click "Edit HTML"
  • Search for "]]>" and add a new line BEFORE this.
  • Insert the following
    #navbar-iframe { display: none !important; }
  • Click the "Save Template" button and done.