<?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 Background color for About Widget in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267590#M7094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a logo that I can not change. Unfortunately, the logo is dark and does not go with the dark gray of the logo therefore I've been asked to change the background color to a light gray or white.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attempted to go to the common.css to change the color but I have failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which rule will I have to edit to change the background-color of the widget? (Using Dart Theme)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2019 19:29:47 GMT</pubDate>
    <dc:creator>EmilyCaruccio</dc:creator>
    <dc:date>2019-05-16T19:29:47Z</dc:date>
    <item>
      <title>Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267590#M7094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a logo that I can not change. Unfortunately, the logo is dark and does not go with the dark gray of the logo therefore I've been asked to change the background color to a light gray or white.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attempted to go to the common.css to change the color but I have failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which rule will I have to edit to change the background-color of the widget? (Using Dart Theme)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 19:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267590#M7094</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2019-05-16T19:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267591#M7095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This one:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.dart-panel .panel-bg&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="property token"&gt;background-color&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; #4c4c4c&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267591#M7095</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T13:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267592#M7096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the color from #4c4c4c to #dbd9d9 within&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit; font-size: 14px;"&gt;.dart-panel .panel-bg&lt;/SPAN&gt; &lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="" style="color: #990000; border: 0px; font-weight: inherit; font-size: 14px;"&gt;background-color&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;:&lt;/SPAN&gt; #4c4c4c&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 14px;"&gt;}&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cleared my cache and the widget's panel still appears to be dark gray.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is something overwriting that text. I just can't figure out where that is.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267592#M7096</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2021-12-11T13:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267593#M7097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you adding the rule to the Bottom of the common.css?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 13:24:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267593#M7097</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-17T13:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267594#M7098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not. I was just editing the downloaded code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since you suggested, I added .dart-panel .panel-bg {background-color: #dbd9d9;} to the bottom of the common.css, cleared my cache, and the background color was still dark gray. I added !important in hopes that it would work, and it did not.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 13:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267594#M7098</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2019-05-17T13:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267595#M7099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Here is my rule at the bottom of my Dart theme common.css file:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.dart-panel .panel-bg&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
  &lt;SPAN class="property token"&gt;background-color&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; #c93434&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And what the app looks like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/447897_Untitled-1.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267595#M7099</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267596#M7100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached my common .css to see if I'm missing something obvious?&lt;/P&gt;&lt;P&gt;(BTW: Thanks for all your help!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 14:44:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267596#M7100</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2019-05-17T14:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267597#M7101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OK this is what I get when I use your file:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/447898_Untitled-1.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 14:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267597#M7101</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-17T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267598#M7102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That&amp;nbsp;is exactly what I want.&amp;nbsp;&lt;BR /&gt;I'm stumped as to why it is not reflected in my web app.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 15:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267598#M7102</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2019-05-17T15:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267599#M7103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your app public?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 15:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267599#M7103</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-17T15:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267600#M7104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is transferring now: &lt;BR /&gt;https://giswebtest.dhec.sc.gov/diabetes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 15:22:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267600#M7104</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2019-05-17T15:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267601#M7105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If look at this url:&amp;nbsp;&lt;A href="https://giswebtest.dhec.sc.gov/diabetes/themes/DartTheme/common.css"&gt;https://giswebtest.dhec.sc.gov/diabetes/themes/DartTheme/common.css&lt;/A&gt;&amp;nbsp;the change you made is not there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 15:53:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267601#M7105</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-17T15:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267602#M7106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The edited version is there now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 17:09:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267602#M7106</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2019-05-17T17:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267603#M7107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Try adding&amp;nbsp;the rule to this file then.&lt;/P&gt;&lt;P&gt;&lt;A href="https://giswebtest.dhec.sc.gov/diabetes/jimu.js/css/jimu-theme.css"&gt;https://giswebtest.dhec.sc.gov/diabetes/jimu.js/css/jimu-theme.css&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 17:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267603#M7107</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-17T17:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267604#M7108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it!!! Thank you so much!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 18:14:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/267604#M7108</guid>
      <dc:creator>EmilyCaruccio</dc:creator>
      <dc:date>2019-05-17T18:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Background color for About Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/1020758#M20236</link>
      <description>&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;I am trying to change the background color and size of the About Widget in ArcGIS Web App Builder. I am using the Foldable Theme. My map is here:&amp;nbsp;&lt;A title="MDOT Vaccine Planning Map" href="https://bit.ly/MDOT_Map_Vaccine" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://bit.ly/MDOT_Map_Vaccine&lt;/A&gt;&amp;nbsp;and a screenshot of my current existing About image is pasted below. I do not like the legend widget because of the spacing and size so I created my own legend as an image (and used the About widget to place it). I want to make the background of this panel black and decrease the size so it doesn't cover so much of the map. &amp;nbsp;Really - I just don't know&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&amp;nbsp;to add the code (if in ago-assistant, where or in the HTML snippet where?).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndrewBernish__MDOT__1-1611786215604.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4716i7FF07F5597A0E849/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndrewBernish__MDOT__1-1611786215604.png" alt="AndrewBernish__MDOT__1-1611786215604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 22:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/background-color-for-about-widget/m-p/1020758#M20236</guid>
      <dc:creator>AndrewBernish__MDOT_</dc:creator>
      <dc:date>2021-01-27T22:23:52Z</dc:date>
    </item>
  </channel>
</rss>

