Tuesday, September 8, 2009
How to Remove Nav or Navigation Bar From Blogger
# Login to your blogger dashboard.
# Choose 'Layout' for the blog you are wanting to hide the Navbar on.
# Click on the 'Edit HTML' tab.
# look for this line
# Find in your HTML the line that reads:
/* Variable definitions
Like This Image
# insert this HTML
# Immediately above that line, copy and paste the following HTML code:
.navbar {
display:none;
}
or
#navbar-iframe { display: none !important; }
# Preview your blog. The Navbar should be gone.
# Save your template.
Enjoy………………….
Thank You
Keep Visiting
Subscribe to:
Post Comments (Atom)
2 comments:
Thanks a lot! I did it for my blog.
this is just awesome thanks for the tips http://tutorial-bikin-website.blogspot.com
Post a Comment