All Blogger blogs include a Navbar at the top of the page. The Navbar can be useful, but I don't like the fact that it easily allows readers to navigate off the page to a "who knows what kind of site." I also wasn't fond of the way it appeared within some new designs I'm working on. So here's a way to hide the Navbar.
Insert the following code in your template. I choose to add it right after the variables and it worked perfectly.
/* Hide Navbar */
#navbar-iframe {
visibility: hidden;
}
Technorati Tags:
blogger,
navbar,
design,
blog,
css,
doctechnotes
0 Folk(s) added to this Tech Note.:
Post a Comment