Image, video or gradient for Member Background

Sorry for the delayed reply!

Here is the code to change the arrow size:

.eapp-team-showcase-member-card-see-more-componentIcon {
  scale: 1.5
}

To hide the arrow:

.eapp-team-showcase-member-card-see-more-componentIcon {
  display: none;
}
1 Like