Steps to remove Blogger Nav bar completely
1. Login to your Blogger account and navigate to Layout > Edit HTML
2. Find <body> tag
3. Now add the Below code above <body> tag
<!--<body>-->
4. Now Save the Template. Confirm the Deletion by Clicking on the Delete Widgets Button
5. Now your Navigation bar is completely removed.
Second Option: If first not work
1. Find the ]]></b:skin> tag
2. And Replace the ]]></b:skin> tag with below tag
#navbar-iframe,#navbar { display: none !important; }
]]></b:skin>
3. Now Save the Template
Post a Comment