Tuesday, November 13, 2012

Remove Top Navbar from a Blogger/Blogspot Blog

Blogspot or Blogger by Google is a great blessing for all those bloggers who want to speak their heart out to the Internet World! With no setups, or other complications, a person is all sett instantly to start writing their blog :)

The by default Navbar which is on the top of a blogspot blog is sometimes not liked by a blogger. I also removed it because I didn't like it. Just a little CSS is all that is needed for this. Lets do it now.




Steps to remove Navbar from Blogspot blog

Go to your blog's settings page, and click "Templates". Click "Edit HTML" and then "Proceed" to edit the code of your blog.

In the code, scroll to the code where information about skin is written. Under it, paste this code and you're done! :)

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




Happy Blogging!!

No comments:

Post a Comment

Any Thoughts?