Set custom font in widget's popup

Although we do provide a list of fonts for you to choose for your widget, you might happen to need a custom code.

If that is the case, add the code below to Custom CSS field on your Team Showcase widget’s Style tab:

.global-styles,[class*="PopupItem__Container-sc"]{
font-family: Times;
}

You’re welcome to set any other font, providing it is supported by your browser and added to your website.

A post was split to a new topic: Team Showcase popup customiaztion