How to disable the default darkening effect for header images?

How to disable the default darkening effect for header images on Pages and featured images on Post pages?

Hi,

Unfortunately, there is no such feature, it would require CSS tweaks. Please send us a link to your website and we will try to help.

Thank You, i founded the answer here:

For ListingHive

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

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.