How to remove blogger navbar ?

remove the blogger navbar

How to remove blogger navbar ? Try this..

1.Sign in to your blogger account and click the layout button next to your blog name

click the layout button

2.Next,click the edit html tab as shown in the below picture.


edit html

3.Add the below html code as specified in the below picture.
#navbar {
      height: 0px;
      visibility: hidden;
      display: none;
}


add the code like this

4. Save the changes.