Change member's job color

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

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