I would like the code to round the corners of the tabs, the call-to-action button, and the search bar in the Team Showcase widget!
Sure, please add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped ![]()
.eapp-team-showcase-tabs-tabsCategory {
border-radius: 7px;
}
.eapp-team-showcase-cta-button {
border-radius: 7px;
}
[class*="SearchBarComponent__Input-sc"] {
border-radius: 7px !important;
}
Great! Thank you very much! It works perfectly!
![]()
No sweat ![]()