Hide Navigation Bar of the Blog

Add following code in the HTML code where other style code is written,
Use Edit HTML in custmization

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


0 comments:

Post a Comment