Do you want to hide and get rid of navbar in blogger blog.


Look at this simple tip and follow these simple steps:

1. Go to your blogger Dashboard and select Layout.

2. Click Edit HTML.

Now there are two ways to hide navbar:

Method 1. Find <b:skin><![CDATA[/* and after that paste this simple code

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

Method 2. Just add the following lines anywhere in your Blogger template [enclosed by <style> tags] and the blogger banner will be gone forever.

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

Alternatively, if you are using the Classic beta template inside new Blogger beta, search and replace #b-navbar with #navbar-iframe to get rid of the blogger navbar.

SHARE AND BOOKMARK

  • Digg
  • del.icio.us
  • StumbleUpon
  • Sphinn
  • Facebook
  • Mixx
  • Google Bookmarks
  • BlinkList
  • Furl
  • IndianPad
  • Live
  • Reddit
  • Slashdot
  • SphereIt
  • Technorati
  • TwitThis
  • Ma.gnolia
  • NewsVine
  • Propeller
  • E-mail this story to a friend!

RELATED ENTRIES

 
 
    Subscribe for updates
    email:

     Via RSS

    Get free SMS in India



2 Responses to “Hiding Navbar In Blogger | How to hide Navbar in Blogger”  

  1. 1 Aftab

    I am using blogger beta i have tried many css codes including yours but unfortunately it is not working. Please help.

  2. 2 Manpreet

    I emailed you and checked your site but mail bounced back..so Im writing here:

    i checked your template..u have inserting wrong code before

    copy and add code 2 (at same place)

Posting Your Comment
Please Wait

Leave a Reply

There was an error with your comment, please try again.