Change Overlay color (gradient)

Add this code to the Custom CSS field on the Style tab of your Team Showcase widget’s settings:

.eapp-team-showcase-member-card-gallery-infoContainer::before {
    background: linear-gradient(to bottom, rgb(0,0,0,0), rgba(0,255,0,1));;
}
1 Like