<?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 Re: How do I modify the pop up title bar color? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175058#M8591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the Web AppBuilder or are you publishing from one of the templates on ArcGIS Online?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are publishing from a template, the Basic Viewer App Template allows you to enter any color for the popup/header color. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 21:51:32 GMT</pubDate>
    <dc:creator>JeffWard</dc:creator>
    <dc:date>2015-07-03T21:51:32Z</dc:date>
    <item>
      <title>How do I modify the pop up title bar color?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175057#M8590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen samples where the color has been changed to grey for popups in ArcGIS online.&amp;nbsp; I can't figure out where to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a map and turned it into an app.&amp;nbsp; The blue title bar clashes with the app design.&amp;nbsp; But I can't see anywhere to change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;halp!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 21:46:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175057#M8590</guid>
      <dc:creator>TracyArchibald</dc:creator>
      <dc:date>2015-07-03T21:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the pop up title bar color?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175058#M8591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the Web AppBuilder or are you publishing from one of the templates on ArcGIS Online?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are publishing from a template, the Basic Viewer App Template allows you to enter any color for the popup/header color. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 21:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175058#M8591</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2015-07-03T21:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the pop up title bar color?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175059#M8592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've taken a webapp builder developer's edition map, downloaded the template and made some (minor) modifications so we could secure it in a weird way.&amp;nbsp; So, not quite standard, but not custom either...&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing it should be in the index or config.json files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 21:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175059#M8592</guid>
      <dc:creator>TracyArchibald</dc:creator>
      <dc:date>2015-07-03T21:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the pop up title bar color?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175060#M8593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy, you could achieve this by overwriting the css property of the pop up title bar color. One way to do that is to figure out which id or class defines the current color, and then overwrite that property. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopupMobile .titlePane{background: none repeat scroll 0 0 red !important;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the end of the file jimu.js/css/dojo-override.css then the mobile popup title pane element will be red. I would use something like Google Chrome Developer tools to figure out which css classes you need to change. Hope this points you in the right direction. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2015 05:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175060#M8593</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2015-07-04T05:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the pop up title bar color?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175061#M8594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ugh...&amp;nbsp; Hide and seek... Not exactly my idea of fun.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's what it's gotta be, so be it.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175061#M8594</guid>
      <dc:creator>TracyArchibald</dc:creator>
      <dc:date>2015-07-06T16:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify the pop up title bar color?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175062#M8595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so, for the next poor sap that needs to do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find the style.css file.&amp;nbsp; It should be at : widgets/Geocoder/css/style.css&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify this: &lt;/P&gt;&lt;P&gt;.esriPopup .titlePane {&lt;/P&gt;&lt;P&gt;&amp;nbsp; background-color: insert color here;&lt;/P&gt;&lt;P&gt;&amp;nbsp; border-color: #777777;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear browser cache and you should be good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 18:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-do-i-modify-the-pop-up-title-bar-color/m-p/175062#M8595</guid>
      <dc:creator>TracyArchibald</dc:creator>
      <dc:date>2015-07-09T18:03:24Z</dc:date>
    </item>
  </channel>
</rss>

