remove white overlay [closed]

On both pages template find <div class="overlay-for-image-bg"> and replace it with <div> only. Needles to say, you should make this change in child theme’s template, to avoid your changes being overwritten when you update your theme.

Or you can modify /wp-content/uploads/mesh/custom.css file by removing the following block:

.overlay-for-image-bg {
    /* some stuff */
}