Remove header from pages, filtered by category

Hi,
Love the theme, and thanks for your continued support.
In my sparkling theme I have some pages and posts where I want to display the header and some pages and posts where I DO NOT want to display by posts.
Is it possible to filter the pages I don’t want to display headers by category.
Thanks in advance,

Further to that, here is my current customised CSS


.single #content ul.default-wp-page {
display: none;
}
.single .navigation.post-navigation {
display: none;
}
.category-featured + .navigation.post-navigation {
display: block !important;
}
/Remove Title/
.page-header {
display: none;
}
.home #primary .page-header {
display: block !important;
}
.page-content,
.entry-content,
.entry-summary {
margin: -2em 0 0;
}
.cfa-text {
font-size: 18px;
text-align: left;
}
.top-section .cfa {
padding: 0px 10px 10px;
}
.cfa-button {
font-size: 18px;
padding: 10px 10px;
margin-top: 17px
}
#secondary .widget {
margin-bottom: 5px;
color: #636467;
overflow: hidden;
}
#secondary .widget a {
color: #99630c;
font-weight: bold;
}
#secondary .widget > h3 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: 10px;
color: #636467;
}
#secondary .widget a:hover {
color: #f4a524;
}
table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
font-size: 13px;
}
@media (min-width: 769px) {
.right-border {
border-right: 1px solid #DDD;
}
}
@media (min-width: 769px) {
.left-border {
border-left: 1px
solid #DDD;
padding-left: 15px;
}

  }

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

Unfortunately, I’m afraid that it is currently not possible our of the box. You would need to implement some custom code to check and hide the header using custom CSS code.

Thanks!
Colorlib Support Team