How to remove the blogger nav bar
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 ;)
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
Republish and there you have it. No more navbar ;)