Hello Skandha,
I added
.custom-header-content {
display: none;
}
and on the first sight: this givens the right result.
Now I have a question:
You gave me the following css:
.custom-header-media img {
display: block;
}
.custom-header::before {
background-image: unset;
}
.custom-header-content {
padding: 20px !important;
background: #fff;
}
.custom-header-content .entry-title {
color: #000;
}
Can I replace this by:
.custom-header-content {
display: none;
}
or is it necessary to do more?
And another question:
Can I use a different header for different pages by use the header image per page?
Kind regards
Hans Hagmeijer