Change the size of the Social Profiles icon

Hi, how do can change the size of the Social Profiles icon in the Team Showcase Widget? Thank you for your assistance.

Hi @Wu1 welcome back :clap:

try this CSS Code.
Add this code to the Custom CSS field on the Style tab of your Team Showcase widget’s settings:
You can influence the size with the Scale value (1.8).

.eapp-team-showcase-member-card-socials-icon svg{
  transform: scale(1.8)
}

It’s perfect. Thank you.