<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic InfoTemplate title background color in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infotemplate-title-background-color/m-p/122720#M11455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;infoTemplate = new esri.InfoTemplate();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;infoTemplate.setTitle(infoWTitle);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;infoTemplate.setContent(infoWContentTemplate);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where infoWTitle = "${WELLBORE_N}";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does one set the background color for the InfoTemplate?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2013 21:16:23 GMT</pubDate>
    <dc:creator>EdwardSohn1</dc:creator>
    <dc:date>2013-12-11T21:16:23Z</dc:date>
    <item>
      <title>InfoTemplate title background color</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infotemplate-title-background-color/m-p/122720#M11455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;infoTemplate = new esri.InfoTemplate();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;infoTemplate.setTitle(infoWTitle);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;infoTemplate.setContent(infoWContentTemplate);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where infoWTitle = "${WELLBORE_N}";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does one set the background color for the InfoTemplate?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 21:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infotemplate-title-background-color/m-p/122720#M11455</guid>
      <dc:creator>EdwardSohn1</dc:creator>
      <dc:date>2013-12-11T21:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: InfoTemplate title background color</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infotemplate-title-background-color/m-p/122721#M11456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The background color for the Popup/infoWindow looks to be set in esri.css.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to use CSS to change the background color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the color red for this example...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
.esriPopup .contentPane {
background-color: #FF0000 !important;
}
.esriPopup .actionsPane {
background-color: #FF0000 !important;
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There may be an easier way using javascript but this is the CSS way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infotemplate-title-background-color/m-p/122721#M11456</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2021-12-11T07:03:52Z</dc:date>
    </item>
  </channel>
</rss>

