| 0 comments ]

My friend ask a question in writing through the Shoutbox. He asks how to remove the Blogger Navbar, and this time I will try to explain.

What is the Blogger Navbar? Blogger Navbar is a small frame that located at the top of the blog. This frame work to log into blogger, or can also as a way to see a blog or another can also to mark the blog had violated TOS blogger blog as containing elements of pornography to be reported to blogger.

Whether we can remove the Blogger Navbar? If so then the answer is “yes”, but, please read the first blogger TOS carefully, because the risk will be very heavy. The account will be closed and you will lose your lovely blog. Fair chilling?

Indeed some time ago, news spread that there have been a party to ask whether the blogger can remove blogger navbar or not? and he said that for now on they allows the blogger to remove the navbar, but i dint’t sure whether the news is true or not. Always carefully read the TOS.

Still insist to eliminate blogger navbar? If so, but the risk in the responsibilities of each of you, I am not responsible in the future if something happens with your blog.

To hide blogger navbar, you have to understand this CSS style sheet:

/* hide navbar / *
----------------------------- */ ----------------------------- * /
#navbar-iframe { # navbar-iframe (
height:0px; height: 0px;
visibility:hidden; visibility: hidden;
display:none display: none
} )

Or can also put the following code under the code exactly below <body> tag:

<style type='text/css'> <style type='text/css'>
#navbar-iframe {display:none;} # navbar-iframe (display: none;)
</style> </ style>

Its up to you. Both have the same functionality. Still confused by code above? Please follow the following steps:

  • For a classic template
    1. Sign in at blogger
    2. Click the Template
    3. Click the Edit HTML
    4. Copy the entire code and save in the computer as a backup data to secure the original templates code.
    5. Copy and paste the following code before </style> tag:
      /* hide navbar/ *
      ----------------------------- */ ----------------------------- * /
      #navbar-iframe { # navbar-iframe (
      height:0px; height: 0px;
      visibility:hidden; visibility: hidden;
      display:none display: none
      } )
    6. Click the Save Template Changes
    7. Done.
  • For a new template
    1. Sign in to blogger
    2. Click the Layout
    3. Click the Edit HTML
    4. Click the link titled Download templates all, please save it for the first backup.
    5. Copy and paste the following code before ]]></b:skin>
      /* hide navbar / *
      ----------------------------- */ ----------------------------- * /
      #navbar-iframe { # navbar-iframe (
      height:0px; height: 0px;
      visibility:hidden; visibility: hidden;
      display:none display: none
      } )
    6. Click the Save Template
    7. Done.

    Enjoy your blog without blogger navbar!
  • Technorati Tags: ,,,

    Related Posts by Categories



    0 comments

    Post a Comment