How can I remove the blue overlay color on the first page masthead image?
I've succeeded to remove this on all other images, but not on the front page, by adding to the css/custom.css file:
.jamasthead.blend-bg {
background-color: transparent !important;
}