Skip to content

disable nav bar from blogger

add the following lines to html file at css section
layout > edit html
#navbar {
height: 0px;
visibility: hidden;
display: none;
}