Hi @stimulus,
I have updated the CSS code below to customize the masthead color. Please reload the page to see the changes.
.com_content.view-article .ja-masthead.has-bg {
background-image: none !important;
background: #F0FAF1;
color: var(--heading-color);
}
.com_content.view-article .ja-masthead.has-bg::before {
display: none;
}
.ja-masthead.has-bg .ja-masthead-title,
.ja-masthead.has-bg .ja-masthead-detail .block-breadcrumb li span,
.ja-masthead.has-bg .ja-masthead-detail .block-breadcrumb li.active,
.ja-masthead.has-bg .ja-masthead-detail .block-breadcrumb li .divider::before {
color: var(--heading-color);
}
Kind regards,