How To Remove The Blogger Nav Bar

Instructions:
1) Login to your blogger account
2) Go to Design > Edit HTML
3) Tick ‘Expand Widget Templates‘
4) Search for below line
]]>
Add below line before line of above code
#navbar { display: none; }
or
#navbar-iframe { display: none !important; }
5) Save your template now.
That’s it.