Monday, April 28, 2014

BLOGGER: REMOVE THE NAVIGATION BAR

Leave a Comment
Personally, I don't like having the nav bar on my blogs. Sure, the navigation bar located just above the header is useful but for design purposes, you might want to get rid of it. So I'm going to show you the easiest way to remove it.

1. Go to Layout and click Customize.
2. Now, look for Navbar gadget and click edit. It is usually found on the top right.
3. In this window, you can choose the color you want for your navigation bar. You may also turn it off, which is what exactly you want to do. Simply choose Off and click Save.





















That's it! The nav bar should be gone by now.
If it's not working, do it by inserting a certain code in your blog's template.
Here's how:

  1. Go to Template and click Edit HTML.
  2. Press Ctrl+F and type ]]></b:skin>
  3. Just before ]]></b:skin> insert the following code:
 #navbar-iframe,#navbar { display: none !important; }  

Save your template and you're done!

0 comments:

Post a Comment