Hide Navbar From Blogger Blog
..:: Steps you have to perform ::..
1. Sign in into your blogger account and select “Template” from drop-down list of a bog for which you want to hide/disable navbar.
2. Here you can change your blog theme. Now just click on “Edit HTML“.
3. New javascript window will popup. Add below lines of code just displayed in below picture.
#navbar { height: 0px; visibility: hidden; display: none; }
4. Done,Now click on “Save Template“.
Now, you can see your blog without that
navbar .If you want the navbar to appear again,just remove that code and
save the changes.
No comments:
Post a Comment