How To Remove Blogger Navbar Easily
Many Visitors or bloggers are finding on Google or any other search engine for to Remove or Auto Hide Blogger Navbar in default blogger themes, but they do not find the solution easily so In this post I will showing you very simple tricks with simple steps to Remove/Auto Hide Blogger Navbar Easily in your blogger theme. Actually this navigation bar is only on default themes, and blogger default themes having less loading times as well as having good customization options but many of us don’t like the top navigation bar of default theme and many of us wants to remove Navbar to give a professional look to our blog.
Follow these steps
How To Remove Blogger Navbar Easily
Follow these steps
- Go to blogger > Design > Edit HTML
- Backup/Download your template.
- Now find the below code In your template
- Before this , paste the following code
]]></b:skin>
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
0 comments:
Post a Comment