Monday, August 27, 2007

How to remove Blogger Beta Navbar

I never happened to like the Blogger Navbar at the top of my Blog and I bet all the Bloggers have the same opinion.
Ok... lets waste no more time and get into our work. Lets learn HOW TO REMOVE BLOGGER BETA NAVBAR

  • First, login into your blogger (beta) account and click Template.
  • Now, click on Edit HTML. Wait... look at the code and go to line which says

    /* global
    ----------------------------------------------- */

    Infact, you can add the hack code anywhere in the stylesheet but I reccomend you to do as I said so that you don't screw up the layout.
  • Now add this style (the hack code) anywhere in the stylesheet

    #navbar #Navbar1 iframe{
    display:none;
    visibility:none;
    }

  • Save the changes and have a look at your new Blog. You'll find that the Navbar has disappeared
Note: This hack has been devised entirely by me and please let me know if it is published in any other site without proper credits. You can use the code and publish the method as long as you give me the proper credit.
Also please let me know if you have any problems using the hack code.

No comments: