Sunday, August 30, 2009

How to hide, disable or remove navbar from blogger

If you ever desired to get rid of that odd-looking navbar floating uselessly on top of your blogger blog, or ever feared of any visitor flagging your blog through the navbar menu, then its time to shed your fear.

Hey!

If you ever desired to get rid of that odd-looking navbar floating uselessly on top of your blogger blog, or ever feared of any visitor flagging your blog through the navbar menu, then its time to shed your fear.

Today, I would tell you in easy steps on how to remove or disable or hide the navbar from your blog.


A navbar looks like this


    Step 1: Sign in to your blogger account and click on layout



      Step 2: Click on HTML



        Step 3: Add the below html code as specified in the below image

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


          Step 4: Save your changes
            Remember, this trick only hides or disables the navbar. It does not delete it. So, if ever you wish to show your navbar again, simply remove the code from the html page, that you inserted right now.Enjoy!

            No comments:

            Post a Comment

            Creative Commons License