A lot of people ask how to remove the navigation bar present at the top of every Blogger/Blogspot blog. We can simply add a tiny piece of code to remove it.
Steps to Follow
1- Go to Design and then Edit HTML tab.
2- Find ]]></b:skin> and place the following code right before it:
.Navbar {display: none !important;}
The result should look something like this:
.Navbar {display: none !important;}
]]></b:skin>
3- Preview your template and then save.
0 comments:
Post a Comment