Hi!
is it possible to change the background color of a popup?
Hi,
try this:
/* Border background*/
.esri-popup__main-container {
background-color: aqua !important;
}
/*Elements (fields) background*/
.esri-feature__content-element {
background-color: blanchedalmond;
}
can the background colour be set based on the value in a column.
if (column value = x) then background colour = yellow
etc.