How to disable the default darkening effect for header images?

Thank You, i founded the answer here:

For ListingHive

.header-hero--cover::after{
	content: none;
}

For RentalHive
.header-hero::before{
	content: none;
}
1 Like