Hi @isaacmm05, You may add one of the styles below to Appearance > Customize > Additional CSS:
Edit overlay Color (you may define proper rgba colot here:
body.page-template-template-front-page .site-content .site-main > .hentry .front-page-header-wrapper:after {
background: rgba(0,0,0,0.3) !important;
}
Remove overlay color:
body.page-template-template-front-page .site-content .site-main > .hentry .front-page-header-wrapper:after {
background: none !important;
}