This post is for bloggers!!! Do you like the ugly bar called navigation bar or simply navbar in blogger/blosopt? Sometimes it helps bloggers to directly Sign in from their blog and read a random blog from ‘Next blog’. But it is sign that this blog/website is created in blogger. You may think of removing navbar, but when you take Design->Page Elements, there is no link for removing/hiding navbar. Is there any way to remove/hide navbar from blogger account? Yes!!! Using a simple CSS code you can remove
...
1)
Sign in to your Blogger account.
2) Go to Design->Edit HTMl.
3) Before you do anything in Edit HTML, Download Full Template. It’s a backup of your blog.
4) Tick on the check box to Expand Widgets.
5) Paste this code anywhere in the template.
6) Save
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
height: 0px;
visibility: hidden;
display: none;
}
0 comments:
Post a Comment
Did this article helped you?? Say a Thank you by commenting. We always appreciate your feedback.