Text size adjustment

To make point size adjustable as well as font.

1 Like

Hi @Matthew_Gilpin :wave:

I share your point that it would be awesome to have this setting right in the configurator. We’ll try to think it over in our future updates.

As for now, you can use this code to change the size of all the elements:

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

.eapp-team-showcase-member-card-info-name {
font-size: 20px !important;
}
.eapp-team-showcase-member-card-see-more-component{
font-size: 20px;
}
.eapp-team-showcase-member-card-info-component div{
font-size: 20px;
}
.eapp-team-showcase-member-card-info-component a{
font-size: 20px;
}

Just add it to the Custom CSS field on the Style tab and let me know if it worked :slightly_smiling_face: