Hide Navbar In Blogger (Navigation Bar)

I think the Navbar (Navigation Bar) in blogger is important right?But many blogger want to hide this navbar. Why? Because it will make their blog layout look better without a navigation bar above it, like me ;p .. If you want to hide you navigation bar,follow the step in below:

1. Login To Your Blogger >> Layouts >> Edit HTML

2.
Copy the code in below and paste in to <head> tags

#navbar-iframe {
display: none !important;
}

3. Example: put like this

-----------------------------------------------
Blogger Template Style
Name: Template
Designer: eJoeee
URL: http://blogs-tricks.blogspot.com
Date: August 2009
----------------------------------------------- */


#navbar-iframe {

display: none !important;
}


/* Variable definitions
====================


4. Save You Template And Try View Your Blog. Your Navbar should be dissapear.. :D

0 comments:

Post a Comment