The tutorials to remove navbar present on different types of blog are not very efficient and in most of the cases they fail.
Thanks to Blogger team who recently add an option to remove this navbar through one click. Now you have no need to add any type of code in template to remove navbar from blog.
We want to remind you that our ABT team was recently launched all in one subscription widget for blogger blog.
How To Remove Blogger Navbar Easily
All the steps to remove navbar are very simple- Login to Blogger Dashboard.
- Go to Design / Page Elements.
- Click on Edit Button placed at right position of Navbar.
- From the list of nabar designing choose the off option.
- Finally click Save button.
How To Remove Blogger Navbar Manually
If you don't find off option in the list then you can remove it manually just by adding small piece of code in blogger template.- Click Design / Edit HTML.
- Backup of your blogger template ( More info )
- Search for following piece of code in template
<![CDATA[/*
- Paste the following code just below it.
#navbar-iframe
{
display: none !important;
}
- And Save your template
You can also read Increase blog security by changing login information, How to force reader to like fan page
No comments:
Post a Comment