Showing posts with label Headers. Show all posts
Showing posts with label Headers. Show all posts

How to Remove navigation bar from blogspot

1. Open your Blogger dashboard.
2. Go to your blog’s Layout settings & go to  Edit HTML.
3. Look for:
/* Variable definitions
====================

4. And above that add:
#navbar-iframe { display: none !important; }
5. Save your settings and open your blog now. The navigation bar will be gone.
Bookmark and Share