Home › Forums › Minimal Portfolio – Free Portfolio Theme › Post header background image › Reply To: Post header background image
October 30, 2018 at 4:58 am
#2590
Keymaster
Hi,
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.