Meet Our Team - Option to make the Groups Name Larger

Need to have an option to make the group names created font larger/smaller

1 Like

Hi @user1005 welcome to community :clap:

I think it’s related to the Team Showcase widget.
If not, please provide more information.

You can use this code to increase the font size of the group name.

Please try to add the following CSS code to your widget settings:

[class*="Group__GroupTitle-sc"]{
  font-size: 36px !important;
}
1 Like

Hey there, @user1005 and welcome to the Community :waving_hand:

@Sina. I’ve checked your code and it didn’t work, unfortunately. However, here is the working solution:

.eapp-team-showcase-tabs-tabsCategory{
font-size: 18px;
}

@user1005, please add it to the Custom CSS field on the Style tab of your widget’s settings and let us know if it helped :wink:

1 Like

@Max
only for the Groups Style “List” work this

OK, I couldn’t know what style he used :slightly_smiling_face:

1 Like

@Sina, Oh, you’re absolutely right - sorry about that! Completely forgot about this style option :face_with_peeking_eye:

@user1005 Just to sum up: Sina’s code will work great if you’re using the List style for groups. And the code I’ve shared will work for Filters group style :slightly_smiling_face:

1 Like