Search This Blog

Wednesday, July 8, 2009

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;
}


No comments:

Post a Comment