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.
Dikla,
In your apps theme common.css add this css rule:
.esriPopup .esriPopupWrapper {
font-size: larger;
}