Selasa, 05 April 2011

HOW TO REMOVE NAVIGATION BAR

NavBar can be found  of the Blogger's blog. See the picture below to see example where the NavBar located, it is little bit annoying your page, right? Get rid of it.

Open your blog layout editor from your Blogger Dashboard, then switch the tab to 'Edit HTML' Paste the code below on the CSS definition.
#navbar-iframe {
display: none !important;
}

or (the script below is recommended)

#navbar {
height: 0px;
visibility: hidden;
display: none;
}
Grab that script onto your CSS definition of your HTML/XML Layout. See the picture down here to see further

0 komentar: