Team Showcase

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!

Hi @miko_zsolt_official :waving_hand:

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 :slightly_smiling_face:

.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! :slightly_smiling_face: :slightly_smiling_face: :slightly_smiling_face:

No sweat :blush: