Destinations Banner Picture____

Is it possible to choose a lighter grey filter for the Destination page banner?

Hello daniflo,

Please follow this post: https://www.support.waituk.com/hc/en-us/community/posts/115001612465-Pics-on-Destination-Page-banner-darker-than-original

Or you can also use

.parallax.banner-inner:before {
background: rgba(0, 0, 0, .3);
}
where .3 above can be set between 1 to 9 for lighter to darker.

Thank you

works perfectly, thanks a lot!