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 ![]()
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 ![]()