Remove Blogger NavBar

One quick post to remind myself of this valuable tip on using the free blogger blog service.

This is about how to remove the blogger navbar on the top part of the page/blog.

Here’s what you need to do:

  • Log in to blogger
  • Go to Dashboard, select Layout
  • Click Edit HTML
  • Paste the quoted CSS code o1n the top of the template code

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

Place that after the author credit and before the variable definition part of the template.

I know those who’ve been using blogger for some time now knows this. This blog post is for the benefit of those who still have no clue or didn’t even know that you can remove that navbar.

This post is for myself too, para di ko makalimutan. :)

cheers!

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

7 Comments »

 
 

Leave a Reply

You must be logged in to post a comment.