Hi @abourne,
To hide this, simply add the following code snippet to your website:
/**
* Hide color overlay from profile cover image
*/
.buddypress.groups.single-item .entry-content > #buddypress:after,
.buddypress.bp-user:not(.activity-permalink) .entry-content > #buddypress:after {
content: none !important;
}
/**
* Increase/Decrease cover image brightness
*/
#buddypress div#item-header #header-cover-image:before {
opacity: 0.2 !important; /* value = 0(brighter) to 1(darker), default = 0.7 */
}
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.
We hope this will solve your issue. ?
All the best,