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;
}
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;
}