NavBar is present as default in the Blogger pages. This helps in increasing the number of visits to your blog when other bloggers click the 'Next Blog' button present there. But many times, the user want to keep their blog neat. For this the first step that could be taken is to remove the NavBar. Earlier, blogger provided the option to disable the NavBar from the 'Layout' part. But now it isn't that easy. Don't consider that as tough either ;)
1. Login to your blogger account
2. From your Dashboard opt for Layout
3. Now choose Edit Html
4. You will see your template code there.
5. In that template code, find
2. From your Dashboard opt for Layout
3. Now choose Edit Html
4. You will see your template code there.
5. In that template code, find
6. Replace the above code with]]></b:skin>
#navbar-iframe,#navbar { display: none !important; } ]]></b:skin>Now save the template and see your blog. Congrats! You are done. Please leave your comments if you have any problems or it has helped you.
This comment has been removed by the author.
ReplyDelete