laptop and a wrench

Bug

The Feature Info widget in ArcGIS Experience Builder developer edition (version 1.13) does not respect the style color of the web map's custom pop-up customized using arcade expressions.

ArcGIS Experience Builder developer edition
Bug ID Number BUG-000163285
SubmittedNovember 28, 2023
Last ModifiedAugust 5, 2025
Applies toArcGIS Experience Builder developer edition
Version found1.13
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusIn Product Plan

Workaround

There is a known workaround for this issue. Create a variable and set the color within the variable. Then use the variable in the return. This method is honored by the Feature Info widget.

var title = `<span style="color:#ffffff">TITLE</span>`

return {

 type : 'text',

 text : `<div style="background-color:#3f540f;padding:5px;"><strong>${title}</strong></div>`

}

Steps to Reproduce

Bug ID: BUG-000163285

Software:

  • ArcGIS Experience Builder developer edition

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options