HOW TO REMOVE THE NAVBAR (NAVIGATION BAR) FROM THE BLOGGER BLOG

February 13, 2009

Blogger tips and tricks, Blogging

Just look at the Header of this blog, note that there is no trademark blogger navigation bar, where it has gone? Well actually I made this bar hidden to make the header look different from typical “Blogspot Blog”. You too can do it in your blogger blog. First search and find the following lines of code in your blog template (To find Press Ctrl+F or Edit/Find in your browser, a search box will open, in search box enter what you want to find)

<b:skin><![CDATA[

Now copy following lines of code JUST AFTER or BELOW the above code

#navbar-iframe {
  height:0px;
  visibility:hidden;
  display:none;
}

Preview the template. If everything remain alright as desired, then save template and Bingo! your Navbar has just vanished. If you are not familiar with editing the template’s code then read this POST first

Related posts:

  1. SEOing YOUR WORDPRESS BLOG
  2. MAKING MONEY FROM BLOG – BLOGGERS FOR HIRE
  3. BLOG PROMOTION TOOLS – FEEDBURNER
  4. SEOing Your Blog – Optimizing for Search Engines
  5. SOME UNCOMMON BLOG MONETIZATION STRATEGIES

Stay Up-To-Date

Subscribe to our e-mail newsletter to receive updates.

2 Responses to “HOW TO REMOVE THE NAVBAR (NAVIGATION BAR) FROM THE BLOGGER BLOG”

  1. ashutosh Says:

    thank you

    Reply

  2. techniqueal t. Says:

    great trick my friend. css is simply wonderful! been a fan since i learned it. keep blogging ^_^

    Reply

Leave a Reply