Tv Shows > Howtos > How to Remove Blogger Navbar?

How to Remove Blogger Navbar?

January 17th, 2007

blogger navbar

To hide the Blogger NavBar paste the CSS definition between the style tags:


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

Hiding the banner in Blogger Beta (iframe):

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

Just remove the code to show it again.

Bypass 72 Minutes Limitation

Howtos

Howtos

  • pau
    thanks! =)
  • CreamyDory
    Paste this code...


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


    Below the following:
  • It seems that you have a new blogger template.
    You will have to use the second code in your template.
  • It doesn't work!Can you do it for me please?
blog comments powered by Disqus