Change member's name color

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

.global-styles, .eapp-team-showcase-grid-item .eapp-team-showcase-member-card-info-component .eapp-team-showcase-member-card-info-name {
color: red; !important;
}