@joemcomber: Hello there,
Please remove the CSS Code that you using in the Additional CSS Code section and try adding the following CSS Code instead.
.custom-header .wrapper::before {
background-image: unset !important;
}
.custom-header-media img {
display: block !important;
}
.custom-header-media img {
position: unset !important;
width: auto;
}
.custom-header-content {
padding: 20px 25px !important;
background-color: #fff;
}
.custom-header-content .entry-title {
color: #212121;
}
body:not(.home) .header-media .wrapper::after {
background-color: unset;
}
.custom-header-content .entry-title::after {
border-bottom: 1px solid;
border-bottom-color: currentcolor;
content: '';
display: block;
margin: 28px auto 0;
width: 50px;
border-color: #c0b283;
}
Let me know if this works out!
Kind Regards,
Skandha