Categories

Showing posts with label Remove Navigation Bar From Your Blog. Show all posts
Showing posts with label Remove Navigation Bar From Your Blog. Show all posts

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
Read More...
 

Tips and Tricks for Blogger Copyright © 2009 http://tips-tricks-for-blogger.blogspot.com