How to Remove the Navigation from Blogger Template
When I create my first blog on Blogger platform then one thing give me very pain. That is the Navigation bar at the top of the Blogger template. At that time, I was trying to getting out from there. A few days later I got the solution of this problem.
Actually every blogger template could be customized as a great looking template. Let’s go to fix the problem.
Go to your blogger dashboard> layout> edit HTML. Locate this code,
]]></b:skin>
Now add this code above the code
#navbar-iframe {height:0px;visibility:hidden;display:none}
It will look like this, and save the template
#navbar-iframe {height:0px;visibility:hidden;display:none}]]></b:skin>
Now go to your blog and see the magic.
Actually every blogger template could be customized as a great looking template. Let’s go to fix the problem.
Go to your blogger dashboard> layout> edit HTML. Locate this code,
Now add this code above the code
#navbar-iframe {height:0px;visibility:hidden;display:none}
It will look like this, and save the template
#navbar-iframe {height:0px;visibility:hidden;display:none}]]></b:skin>
Now go to your blog and see the magic.
No comments