Sunday, August 29, 2010

Blogger: Hide/Remove Navigation Bar

Let's start hiding your navigation bar with simple steps.

1. First, Log in to Blogger.

2. On your Dashboard, click Design, then edit HTML. You should see the HTML code of your site now.

3. Next, press CTRL + F and search for "Variable Definitions".

4. After locating it, paste the code below BEFORE it.

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

/* Variable definitions

5. Lastly, save the code.

There you go! If you want to see your navigation bar again, just omit the code.
If you are having problems in following the steps, try watching this video.

1 Helpler/s:

Glo-w~* said...

Good to know I have a choice ^^ thx~

Post a Comment