Add code to remove navbar completely in blogger template


Photobucket
Now you can hide and remove the blogger navbar by add inf following blogger code
GO to blogger>> Login>> Design or Template>>edit html>>
And add the below code any where in the blogger
#navbar { height: 0px; visibility: hidden; display: none; }