Hi There,
Instead for adding this code in your Customer’s Custom CSS for blog post / blog:
.single header.entry-header {
display: none;
}
.single .entry-content.content {
margin-top: -70px;
}
Use this:
.page header.entry-header {
display: none;
}
.page .entry-content.content {
margin-top: -70px;
}
Hope it helps!
Thanks