Step By Step Tutorial
In Hiding orRemoving Navigation Bar In Blogger
What is Blogger NavBar?
The
Blogger Navbar
is a navigation and search bar on top of allblogspot blogs
. Though they provide several useful features and different colors, sometimes it may not blend with your template.Step 1: Go To
Blogger
Layout>EditHTML
Step 2: Paste This
Code
anywhere between the <head> tags<style type="text/css">
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
</style>
Example:
<head>
<title>yimzWik</title>
<style type="text/css">
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
</style>
</head>
No comments:
Post a Comment