So if you want to remove NavBar from your blogger then follow the following easy steps
To Remove or Hide NavBar
Step 1:
Go to Blogger Dashboard > Edit Html and search for <![CDATA[
Step 2:
Place following code just after <![CDATA[
#navbar-iframe {
display: none !important;
}
display: none !important;
}
Post a Comment