Posting this so I don't forget it again. If you want to hide the navigation bar on your blogspot blog, go into the Layout settings, click 'Edit HTML' and paste the following code right above the CSS definition for the body tag, probably right below where it says /* ---( page defaults )--- */ or /* Primary layout */.
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
Subscribe to:
Post Comments (Atom)



0 comments:
Post a Comment