codeofaninja
website

How To Remove Blogger Navigation Bar on you Blogger Blog

Photo of Mike Dalisay
Modified Tuesday, February 15, 2011
by - @ninjazhai
When you created a new Blogger Blog, you will see the blogger.com navigation bar at the top of  your blog site.

How To Remove Blogger Navigation Bar on you Blogger Blog
New Blogger Blog

But sometimes, for blog design purposes, you would want to remove it. To do it, follow the following simple steps:

*Note: "Template Designer" is a new feature of blogger.com that lets you make or design your own blog template easier. And one of its advanced options is the "Add CSS" that lets us insert our own CSS code.

Step 1: Go to your Dashboard -> Design -> Template Designer -> Advanced -> Add CSS

Step 2: Paste The follwing Codes:

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

You should be in this section of Blogger Template Designer (Please Click To Enlarge)


Step 3: Click the "APPLY TO BLOG" button on the upper right corner of the Template Designer.

That's it! Thanks for reading! :)
For FREE programming tutorials, click the red button below and subscribe! :)
Thanks for the comments!
 
 
Fundamentals
"First do it, then do it right, then do it better."
~ Addy Osmani
"Talk is cheap. Show me the code."
~ Linus Torvalds
Let's Stay Connected!
g+ r
Android app on Google Play
© 2011-2014 The Code Of A Ninja. All rights reserved. Proudly Powered by Google Blogger. Images, logos, marks or names mentioned herein are the property of their respective owners.