What is NavBar of Blogger? Yes, it's a navigation bar that can be found on the top 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.
Title :
Removing Blogger Navigation Bar (NavBar)
Description : What is NavBar of Blogger? Yes, it's a navigation bar that can be found on the top of the Blogger's blog. See the picture below to s...
Rating :
5