Would like to remove the rounded corners from the widget
1 Like
Hi @Fleur_Alleman ,
You can use the following CSS code to remove the rounded corners. You can add it to the Custom CSS section of your widget.
.eapp-team-showcase-member-card-cards-photoContainer {
border-radius: 0;
}
3 Likes