Monday, February 20, 2012

Removing Blogger Navbar



The blogger navbar that always displays at the top is pretty irritating. Though it make it easier to sign in to blogger and make editing a little easier, I feel the blog just looks better without it! So if u want it removed follow the following :



1) Go to Template -> Customize -> Advanced -> Add CSS

2) Add the following snippet of code :

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

3) Apply to Blog

2 comments:

  1. its working with this css code but there is gap instead. 

    ReplyDelete
  2. The gap will be there since you are only not displaying the elements inside the iframe. Even after implementing the code the i frame will still exist so you might see the gap! ... if you could tell me what you want to accomplish in more detail i might be able to help you out!

    ReplyDelete

Thank you for your comments!

Related Posts Plugin for WordPress, Blogger...

ShareThis