Pin It Now!
Blogger provide many facilities to make blogging experience easy and fun.Navbar is one of such features and a very useful one.It shows above the header of your blog.
Why think twice before removing navbar from your blog:-
1)Search Function:Blogs using blogger templates do not have separate search feature.If you are using a custom template with a search box already built in this won't be a problem but if you are using one of the Blogger templates deleting the navbar will leave your blog without a search function.
2)Follow Button: Having this button on navbar encourages bloggers to start following your blog.You need to press the follow button on the bar and it is done.
3)Share Buttons:Blogger has added additional share buttons to navbar so that readers can easily share your blog on other networks such as Twitter,Facebook,Reddit etc.Hence,it will help improving popularity of your blog.
If you have all these features available in your blog and want to create it more professional then it is necessary to remove or hide navbar.Removing navbar is not difficult at all.Now you can easily remove navbar from blogger, and you do not need to insert any HTML code for it.
To do that, follow the simple steps:-
1)Login to Blogger.
2)Go to Layout.
3)Click on Edit on Navbar.
2)Go to Layout.
3)Click on Edit on Navbar.
4)A popup will appear with options to change colours of navbar.In the end,you will see a recently added option to turn in Off. Check Off.Click Save.
5)You are Done.
If you somehow cannot see Navbar Gadget link in layout then you need to hide/remove the navbar by using HTML/CSS code.
Step by step tutorial to easily remove navbar from blogger blog.
1)Go to Template >>>Edit HTML >>> Proceed.
2)Search for the below given code.(Tip:press CTRL+F for quick search bar,paste the code in it and press enter).
]]></b:skin>
3)Now add the following CSS code just above it.
#navbar-iframe { display: none !important; }
4)Save template.
Troubleshooting:-
If you later decide to reinstate the navbar simply remove the code you inserted.