Hey blogger! Ever wanted to remove the NavBar on top of your blog in Blogspot? No worries! I have got the trick for you. Here it goes:First of all, log in to Blogger.Then in the Dashboard, click on the Design button.Then click on the Edit HTML tab

Then search for the element]]> [You can use Ctrl+F key combination to pop out the search bar] and paste the following code before that:
#navbar { display: none; }or:
#navbar-iframe { display: none !important; }Note: You may find two]]> . Use the later one.Thats it. You are done. Now save the template and view your blog. The NavBar will disappear!
No comments:
Post a Comment
Leave your valuable feedback...