- Log in to your blogger account and select the Layout
- Click on Edit HTML
- Search for the text : body {
- now paste the below CSS code above the body {
/* CSS to hid navigation bar */
#navbar
{
height:0px;
visibility:hidden;
display:none;
5. Click "Save Template"