In The Blogger there is Navbar option Which is used for navigation in blogger, Many bloggers do not want to let appear navbar in their blog because it might be ugly in looking
or there may be another reasons for not keeping navbar in blogs. By default blogger gives an option to Off navbar from blogs You can off It.
or there may be another reasons for not keeping navbar in blogs. By default blogger gives an option to Off navbar from blogs You can off It.
How To Hide Navbar From Blogger ?
Step-1 Login to your blogger and click to the layout.Step -2 Click Edit in the navbar section at top right-place.
Step 3 After clicking Edit, A popup window will be opened just click "Off" it is done.
What Is Next ?
After Hiding navbar From your blog there will be remaining space at top of your blog see below pictures.
After Hiding Navbar there will be remaining space at top of the blog which has to be removed.
How To Remove Space at Top After Removing Navbar In Blogger?
You Can remove the remaining space by adding a simple code to your blogger css field, Just follow simple step and it will be done.
Step -1 Click on template button then click " Customize "
Step -2 After Clicking Customize Blogger template designer will be opened Then Click Advance Button.
Step -3 Then Click Add CSS Button And Paste The Following Code In CSS Field.
#navbar { height: 0px; visibility: hidden; display: none;}Now Click Apply To Blog. It Is Done.
Using Non-Blogger Template Then Do This.
If You are using Non Blogger template then you cannot open blogger template designer then you have to follow these step.
Step -1 Click on Template Then Click " Edit Html "
Step -2 Press CTRL+F and Find ]]></b:skin> Then Paste Below Code Just Above ]]></b:skin>
#navbar { height: 0px; visibility: hidden; display: none;}Now Save Your Template it is done.