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.
or (the script below is recommended)
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 {Grab that script onto your CSS definition of your HTML/XML Layout. See the picture down here to see further
height: 0px;
visibility: hidden;
display: none;
}
0 komentar: