Blogger Tutorial Remove/Hide Navbar from your Blogger blog.


e blogger

Blogger by default provides a navbar at top which looks like below -





There are lots of features avaiable with this navbar like -
  • A search blog box
  • Flag the content in the blog option.
  • Next Blog option.
  • If you are signed into your blogger account,then Dashboard and Signout option.
Though it's quite useful for the blog users,some blogger want to remove the navbar 
mostly for the reason of improving the look of the blog.




Blogger Tutorial To remove / hide navbar-


1. Login to blogger >> layout >> edit HTML. Look for following code


/* Variable definitions
====================


2. Now place following code ABOVE /* Variable definitions


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


3. Save template.

Comments