Need to have an option to make the group names created font larger/smaller
1 Like
Hi @user1005 welcome to community
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
@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
1 Like
1 Like