
# 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








