How to get rid of the Blogger Navbar at the top ?

Nathan94

Posts: 11

Joined: Fri May 08, 2009 3:15 am

New to the Forum

Post Sat May 09, 2009 10:47 am

How to get rid of the Blogger Navbar at the top ?

Hi, you know the thing that's on top of the blogger blog which allows you to flag/report blogger blog. I see some blogs don't have them.. I didn't found any option in the blogger settings to remove it.. How to get rid of them..?

How to get rid of the Blogger Navbar at the top ?


bloggertemplates

Posts: 3

Joined: Thu May 07, 2009 5:01 pm

New to the Forum

Post Sat May 09, 2009 10:50 am

Re: How to get rid of the Blogger Navbar at the top ?

Go to Layout > Edit html
and add this code on top of CSS code..

  Code:
#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none;
}

Switcher

User avatar

Posts: 305

Joined: Sat May 09, 2009 3:19 pm

Knows what he is doing ;)Knows what he is doing ;)Knows what he is doing ;)Knows what he is doing ;)Knows what he is doing ;)Knows what he is doing ;)

Post Sat May 09, 2009 5:37 pm

Re: How to get rid of the Blogger Navbar at the top ?

Or you could use this bit of code, in the same spot of the template (same as last post suggested), between the "Title" & "CSS", at the top of the template.

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

readymademlm

Posts: 3

Joined: Thu Feb 03, 2011 11:16 am

New to the Forum

Post Thu Feb 03, 2011 11:40 am

Re: How to get rid of the Blogger Navbar at the top ?

i generally use following simple code..

#navbar {display:none};


Related Topics


Return to How to ?

Home | Privacy Policy | Contact us | Blogger Templates |
© 2009-10 Blogger Forum. All rights reserved.