How to change background color and text color in Team Showcase group tabs

  • Issue description:

  • We would like to have the option to add a background (or change font color) so that the groups tabs are more visible on the page

  • Link to the page with the widget in question:
    TEST Staff & Board — Local First Arizona

2 Likes

Hi @Lori_Cothrun welcome to community :clap:

add this code to the Custom CSS field on the Style tab of your Team Showcase widget’s settings:

.eapp-team-showcase-tabs-tabsCategory { 
background: #000; /*background color is black*/
color: #fff;  /*font color is white*/
}
3 Likes

Hi there, @Lori_Cothrun and welcome to the Community :wave:

I see that you’ve successfully applied the solution by Sina in your widget. If any further questions come up in the future, we’re always here to help :wink:

Thank you!

1 Like