We have simple css code. With this you can hid header in google blogger. For this just open google blogger account. Go to template. Click customize. Click CSS. Add following code.
div#header {
display: none;
}
If there are lots of header, you can use it
div#header-1 {
display: none;
}
display: none;
}
div#header-2 {
display: none;
}
display: none;
}
div#header-3 {
display: none;
}
display: none;
}