11/24/2018 at 9:08 pm
#477753
Keymaster
@ Ray
You’ll have to correct the theme’s CSS, it is setting all text white… Open the page, click the pin and then hit CTRL+A. You’ll see the text is in the popup. Adding this to the theme’s CSS should fix it up for you.
.leaflet-popup-content * {
color: black !important;
}
Hope that helps!
