Blogger Navigation bar at the top can be removed from your blog.
You just have to include following piece of code in your template.
Follow these steps.
1. First go to Edit Template option
2. Then just copy paste the below code
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
height: 0px;
visibility: hidden;
display: none;
}
3. Hurray !!! navigation bar is now gone :)
Tags:
Remove Navigation bar from Blogger blog, hide navigation bar, disable navigation bar from Blogger,
No comments:
Post a Comment