Remove Blogger Navigation Bar
1. LayoutYou can remove blogger navigation bar with these below steps.
i) Login to your Blogger account that you wish to remove navigation bar and then Go to Layout at your blog.
ii) At the top side bar you will see Navbar text then click on the edit link(Navigation bar can be found anywhere either at the top,footer,side bar or anywhere)
iii) Now a pop up window will be appeared when you click on edit link. Then go to scroll down and select off then save
2. Make on Your Template
This is the second method that also can remove navigation bar by adding CSS code in your template. I give to you easy steps to remove navigation bar.
i) Login to your Blogger account
ii) Go to Theme/Template and click to edit HTML
iii) Then, search ]]></b:skin> in HTML code
iv) Now insert following code before ]]></b:skin>
#navbar-iframe,#navbar { display: none !important; }
Save your Template and view your blog. You are done!
Conclusion: If this article is useful to remove blogger navigation bar , Make sure you share it through all social networks or Leave a Comment below.