Round the corners in the Employee card

Can you get me the code to round the corners in the employee card to match the widget background?

1 Like

Hi there, @Jordan_Knicely :waving_hand:

Sure, this code will do the trick:

.eapp-team-showcase-member-card-grid-component {
  border-radius: 24px;
}

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know how it worked :wink: