changing font size in popups

1562
1
02-28-2017 08:53 AM
SPNIOrganization
Occasional Contributor

Hi all,

I'm making a web app using the latest version of WAB developers edition.

My coding skills are not so good, so I need your help with configuring the font size of the layer popup.

I have only one layer in the map, and the popup is defined to show only one field.

I would like that the font size will be larger, because know it's too small. 

how can I do that?

thank you,

Dikla.

Tags (1)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Dikla,

   In your apps theme common.css add this css rule:

.esriPopup .esriPopupWrapper {
    font-size: larger;
}
0 Kudos