@Isram we were able to successfully eliminate the gradient black utilizing the following CSS coding:
dcb-te-content-overview-header .dcb-te-content-overview-header-wrapper.dcb-te-content-overview-header-with-background-color, dcb-te-content-overview-header .dcb-te-content-overview-header-wrapper.dcb-te-content-overview-header-with-background-image {
background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}
You can change the values as needed. There is also another article that provides same solution you can check out here:
Hope this helps!
@whetstoneth Thank you ! It worked!
I must be missing something because it does not work for me. :(