Hi there! I need help with my issue, i’m not able to remove the header with the background image while making a post. When i create simple pages i can solve it by clicking “deactivate page title”.
You can disable page title for page not for post. we will update the option in future release. Now you can disable page title for single post by css code.
.single-post .page-header {
display: none;
}
This is the code for hide page title in single post.