Since blogger platform has their new version of their site. Some are very confuse where is the template, how to restore and upload new template your blogger site. Now, let me teach you how to remove or hide the blogger navbar in your site in new version og blogger. As you can see the old version the color are blue and orange not it's totally plain. Hehehe..For me it's nice to no blogger navbar if you host your own domain.
click to enlarge
1. Of course, you need to log-in to your account.
click to enlarge
3. Click "Edit HTML"
4. Click Proceed and don't forget to click the "Expand Widget Templates"
click to enlarge
5. Copy and Paste the code below and insert to place (CTRL+C) to copy and (CTRL+V) to paste
6. Paste on the template as shown below#navbar {
height: 0px;
visibility: hidden;
display: none;
}
click to enlarge
7. Save the template and you're done! Very easy right?
Just remove the code to view the blogger navbar again.
Comments, Share, Like are welcome to this post. Smile :)