<?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: Geocoder and other widget popup colors in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571275#M15247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/8249"&gt;Jeff Ward&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the developer tools elements tab where you see the css. you can hover over the file name (in this case style.css) and it will tell you where the file is located. The :1 tells you what line in that file to look for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cssfilepath.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/105627_cssfilepath.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure&amp;nbsp; how &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​ found the one in the js file besides just digging around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2015 16:15:02 GMT</pubDate>
    <dc:creator>StanMcShinsky</dc:creator>
    <dc:date>2015-06-01T16:15:02Z</dc:date>
    <item>
      <title>Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571270#M15242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again AppBuilders,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I had seen this question answered already but I couldn't find it.&amp;nbsp; The geocoder results popup - I can't find where to change the color of the title pane.&amp;nbsp; I deleted the following entry in the style.css file in \stemapp\widgets\Geocoder\css\ folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriPopup .titlePane {
&amp;nbsp; background-color: #5491B8;
&amp;nbsp; border-color: #777777;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I added my own entry in the style.css in my custom style I created that matches my organization's color scheme.&amp;nbsp; I thought this css entry would override anything else.&amp;nbsp; Here is my entry in that file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-geocoder .esriPopup .titlePane{
&amp;nbsp; background-color: #6f2a2a;
&amp;nbsp; border-color: #777777;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it without the jimu-widget-geocoder reference and that didn't work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff Ward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:34:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571270#M15242</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2021-12-12T00:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571271#M15243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is more of a technique than an answer.&amp;nbsp; I use the Chrome Developer Tools to play around with CSS styles until I find what works.&amp;nbsp; Then it's a simple matter of editing the appropriate CSS file.&amp;nbsp; IE and FireFox have similar functionality, but I prefer Chrome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 19:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571271#M15243</guid>
      <dc:creator>LarryStout</dc:creator>
      <dc:date>2015-05-30T19:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571272#M15244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This is what I did in my app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the Geocoder widgets widget.js @ line 501 I commented out the 'class': 'blueTheme'&lt;/LI&gt;&lt;LI&gt;In my custom theme color style.css I added&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .titlePane {&lt;/P&gt;&lt;P&gt;&amp;nbsp; background-color: #5a6b4d;&lt;/P&gt;&lt;P&gt;&amp;nbsp; border-color: #777;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2015 18:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571272#M15244</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-31T18:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571273#M15245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 15:49:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571273#M15245</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2015-06-01T15:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571274#M15246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tip.&amp;nbsp; I have been using the developer tools to make "live" changes, but my problem is locating the correct file in the file structure to modify.&amp;nbsp; There are a ton of CSS files and then (like in this case) there are style changes in the .js files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to find the file the element is styled in using the developer tools?&amp;nbsp; I'm fairly new to CSS and web development, so any tips or links to resources would help me out a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 16:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571274#M15246</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2015-06-01T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571275#M15247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/8249"&gt;Jeff Ward&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the developer tools elements tab where you see the css. you can hover over the file name (in this case style.css) and it will tell you where the file is located. The :1 tells you what line in that file to look for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cssfilepath.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/105627_cssfilepath.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure&amp;nbsp; how &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​ found the one in the js file besides just digging around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 16:15:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571275#M15247</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-06-01T16:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571276#M15248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that even after changing the css that the bluetheme class was getting applied to the element and that lead me to search for where the class was being applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 16:40:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571276#M15248</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-01T16:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571277#M15249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/16374"&gt;Stan McShinsky&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using firefox or Chrome?&amp;nbsp; Nothing shows up when I hover over elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 19:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571277#M15249</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2015-06-01T19:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571278#M15250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chrome. I get that when I hover over the word "style.css" in the top right of that image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 20:09:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571278#M15250</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-06-01T20:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571279#M15251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get firefox to do the same thing?&amp;nbsp; IT doesn't like Chrome at our shop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 00:31:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571279#M15251</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2015-06-02T00:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571280#M15252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I primarily use FF as my dev browser and once you right click on any html element in your browser and choose inspect element you are shown the Inspector tab in FF dev tools and hen you can hover over any element in the dev tools window (not hover over element in the main browser window) and the element will be highlighted in the main browser window. Hope this clears things up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 02:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571280#M15252</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-02T02:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571281#M15253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, it turns out I wasn't hovering long enough.&amp;nbsp; So &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt; forgive me for a newbie question, but what method did you use to determine where that bluetheme class was applied?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 19:37:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571281#M15253</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2015-06-02T19:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571282#M15254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Once I saw that the element had the class 'blueTheme' and I knew that I did not apply it I just did a text search in the files to find that text. I use Brackets as my IDE and I can search all files in my workspace folders for a string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 19:45:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571282#M15254</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-02T19:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoder and other widget popup colors</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571283#M15255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really appreciate everyone's input.&amp;nbsp; I'm grateful for your tolerance for such rookie questions.&amp;nbsp; I have downloaded Brackets and will be trying that out.&amp;nbsp; My search method using the windows search wasn't cutting it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​, &lt;A href="https://community.esri.com/migrated-users/16374"&gt;Stan McShinsky&lt;/A&gt;​ and &lt;A href="https://community.esri.com/migrated-users/17277"&gt;Larry Stout&lt;/A&gt;​.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 20:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geocoder-and-other-widget-popup-colors/m-p/571283#M15255</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2015-06-02T20:25:58Z</dc:date>
    </item>
  </channel>
</rss>

