we already know that some bloggers do not like the navbar at the top of the blog. with a variety of reasons they wanted to remove the navbar. and maybe we have understood about one way of eliminating the navbar. namely by providing css display: none or visibility: hidden on navbar id selector. how these can indeed eliminate the navbar. more precisely the way it used to hide the navbar instead of removing them.
Next I had a way to completely remove the navbar in blogger permanently. a benefit if we remove the navbar permanently are:
- Parse load blog
- Make the blog more SEO-friendly
how to remove navbar following permanently:
1. loggin to blogger.
2. click Design - Edit HTML.
3. Find ]]>
4. place the following code after the code ]]>.
<script type='text/javascript'>
<![CDATA[
<!--
/*<body>
*/
-->
]]>
</script>
5. Save Template
6. Finish
very simple right? I hope this article is very useful for us all. thank bloggers.
READ MORE >> Remove Navbar Blogger Permanent
Next I had a way to completely remove the navbar in blogger permanently. a benefit if we remove the navbar permanently are:
- Parse load blog
- Make the blog more SEO-friendly
how to remove navbar following permanently:
1. loggin to blogger.
2. click Design - Edit HTML.
3. Find ]]>
4. place the following code after the code ]]>.
<script type='text/javascript'>
<![CDATA[
<!--
/*<body>
*/
-->
]]>
</script>
5. Save Template
6. Finish
very simple right? I hope this article is very useful for us all. thank bloggers.