How to remove the blogger nav bar

By UnkleBus
Add this code to your template between the <style></style> tags: -

#b-navbar {
height:0px;
visibility:hidden;
display:none
}

Republish and there you have it. No more navbar ;)