<?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: Instant Apps Custom CSS in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1600176#M3097</link>
    <description>&lt;P&gt;Looks like sidebar correct? Yes but the image above looks white to me (could be my monitor). I'm trying to determine if its the panel that is a different color or if its background to the content in the panel? Here's a sample app where i've modified the colors for both of those sections using obnoxious colors to make it easy to determine which you want to modify:&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?appid=95f26b9abb834827a168f628c08d9695" target="_blank"&gt;https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?appid=95f26b9abb834827a168f628c08d9695&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you determine the color to change you can use the value #fff to set the color to white.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;#details{
background-color:magenta;
}
#details-panel{
--calcite-panel-background-color:yellow;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 21:35:34 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2025-03-27T21:35:34Z</dc:date>
    <item>
      <title>Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364032#M2221</link>
      <description>&lt;P&gt;Hello! I am looking for support on learning custom CSS options for the Nearby Instant App.&lt;/P&gt;&lt;P&gt;These are some customizations we would like to have in our app. Would it be possible to:&lt;/P&gt;&lt;P&gt;1) Change the font size and bold text in some areas i.e., "Clear search location"&lt;/P&gt;&lt;P&gt;2) Change the background (secondary) color behind just the "Filter" button. We want to make this more apparent and easy to see.&lt;/P&gt;&lt;P&gt;3) Change the text in the filter widget to "Close Filter".&lt;/P&gt;&lt;P&gt;Any suggestions or help appreciated. I have only used custom CSS where Esri staff or others on this forum have suggested, so limited knowledge on this.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 17:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364032#M2221</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2023-12-22T17:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364049#M2223</link>
      <description>&lt;P&gt;Changing the button text is tricker and not sure we can do it with CSS in this particular scenario but if I think of a way to do it I'll post back here. The rest you can accomplish - here's an example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;// This controls the font weight (bold) and size of the clear search 
.clear-btn.esri-component{
  --calcite-font-weight-normal:800;
  --calcite-font-size--1:20px;
}
// This changes the background color and text color of the filter button
#filterButton{
  background-color:#163c5e;
  --calcite-ui-text-3:#fff;
}
// If you change the filter button background you might also want to change 
// the text color when the button is hovered. 
#filterButton:hover{
 --calcite-ui-text-1:#fff;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Dec 2023 17:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364049#M2223</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2023-12-22T17:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364076#M2224</link>
      <description>&lt;P&gt;This is incredibly helpful, thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;! These changes worked in my map. Please let me know if you are able to do the "Close Filter" text change.&lt;/P&gt;&lt;P&gt;In terms of learning more about CSS, much of it is probably learning the syntax but also understanding each of the components and elements, for example #filterButton and&amp;nbsp;.clear-btn.esri-component{&lt;/P&gt;&lt;P&gt;Is this the best documentation location to find out more about customizations? Are there any other resources you'd recommend?&amp;nbsp;&lt;A href="https://developers.arcgis.com/documentation/app-builders/no-code/arcgis-instant-apps-calcite-variables/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/documentation/app-builders/no-code/arcgis-instant-apps-calcite-variables/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;edit - however, it looks like this provides the calcite variables but not things like #filterButton:hover - is there documentation with these detailed?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 19:39:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364076#M2224</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2023-12-22T19:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364094#M2225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;,&amp;nbsp;related question - it looks like in the code above I can set filter background color, funnel color, and funnel color when hovered over which I have done as blue, white, and yellow respectively. Once clicked and mouse is moved away, the funnel color is black. If you click elsewhere, it is white (funnel color) again. It looks like the black funnel color is only temporary, however, I think we need to fix this due to accessibility/contrast problems. Is there a way to make sure the funnel color is either white or yellow?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 19:38:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364094#M2225</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2023-12-22T19:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364098#M2226</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/659479"&gt;@Tiff&lt;/a&gt;&amp;nbsp; this should get you what you need:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;#filterButton:hover, #filterButton:active, #filterButton:focus{
--calcite-ui-text-1:#fff;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Dec 2023 20:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364098#M2226</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2023-12-22T20:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364099#M2227</link>
      <description>&lt;P&gt;That article is a good starting point. It can get confusing about what can be changed and what can't due to how some of the components of the app are created.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 19:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364099#M2227</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2023-12-22T19:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364515#M2228</link>
      <description>&lt;P&gt;Amazing, thank you! Another question that came up about customization - can the zoom to button for each feature be altered?&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tiff_0-1703693933108.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90013i6C0991FCBEE805DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tiff_0-1703693933108.png" alt="Tiff_0-1703693933108.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example, can we make it bigger/more apparent and also make it clear that that is a "Zoom To" button by adding text near it? We could put this in the introduction panel but think that adding more info in the results panel itself will be more helpful for our users. Really appreciate your help on this as all of these asks are for accessibility reasons! &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 16:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364515#M2228</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2023-12-27T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364566#M2229</link>
      <description>&lt;P&gt;You can do something like this... the horrible colors are just an example and this would definitely need some additional work to make it look good.&amp;nbsp; But also wanted to mention that the app as-is should pass WCAG 2.0 AA accessibility standards. Did you have violations of these accessibility standards reported? If so please pass them along so we can address the issues in the next release.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.action-bar  calcite-action{
    --calcite-ui-foreground-1: yellow;
    border: solid 1px green;
    width:121px;
    --calcite-ui-icon-color: green;
}
calcite-action.directions-button.left.calcite-mode-light.zoom-action:after {
 color: green;
    content: "Zoom To Feature";
    background: yellow;
    height: 100%;
    width: 80px;
    text-align: center;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 18:35:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1364566#M2229</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2023-12-27T18:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1367429#M2241</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;&amp;nbsp;- thank you very much for this - it worked very well. I am ecstatic that all of these customizations are possible. That being said, using CSS is there any way to update buttons of "Reset Filter" and "Close" that exist at the bottom of the filter widget, and move them up to the top?&lt;/P&gt;&lt;P&gt;Thanks also for the information on accessibility. unfortunately we have not been able to do any formal testing on Instant Apps but may do so in the future. It's great to hear they meet 2.0 AA accessibility standards; our organization is moving towards the 2.1 requirements as that will be in place after the DOJ rule. Please let me know if there is any other information you think is useful for us to know!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 16:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1367429#M2241</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2024-01-08T16:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1367977#M2247</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/659479"&gt;@Tiff&lt;/a&gt;&amp;nbsp;it might be possible but I think you'd run into potential issues at each release updating to handle any possible css changes. Unless there is a compelling reason to move the buttons to the top I wouldn't recommend it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 17:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1367977#M2247</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-01-09T17:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1370552#M2257</link>
      <description>&lt;P&gt;Thank you again&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;,&amp;nbsp;I understand that. On that same topic, would you be able to share the code with me to change the text/wording of those buttons?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 16:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1370552#M2257</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2024-01-16T16:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1370557#M2258</link>
      <description>&lt;P&gt;It's not a simple task using css only due to the fact that the filter is a component. It might be possible but it would be hacky and I haven't had time to dig into it yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 16:50:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1370557#M2258</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-01-16T16:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1502540#M2570</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;&amp;nbsp;! Thanks again for your help on these custom CSS in my nearby app.&lt;/P&gt;&lt;P&gt;I have a question about the "Zoom" text. I changed the visual text to "Zoom" instead of "Zoom to Feature" due to accessibility recommendations. Can I have the text be vertically aligned in the middle? I tried adding vertical-align: middle to the next line, but that did not work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tiff_0-1720453599020.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/109080i808E19ADE53E6D3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tiff_0-1720453599020.png" alt="Tiff_0-1720453599020.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 15:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1502540#M2570</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2024-07-08T15:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1503181#M2582</link>
      <description>&lt;P&gt;You should be able to align the button using this css&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;calcite-action.directions-button.left.calcite-mode-light.zoom-action:after {
   color:#007ac2;
    content: "Zoom";
    background: #fff;
    width: 80px;
    line-height:48px;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 09 Jul 2024 18:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1503181#M2582</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-07-09T18:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1503445#M2583</link>
      <description>&lt;P&gt;Thanks so much! I used a combination of this and the previous CSS code and was able to achieve what I needed, plus making the font weight bold should help as well.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 11:31:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1503445#M2583</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2024-07-10T11:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1503747#M2585</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;, thanks so much for all your help. We received some accessibility testing for this same app and I have a few more questions that I wonder if are related to CSS or anything else we can do?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Keyboard shortcuts allow you to navigate the map, as well as put in a search address. But you cannot manually place a pin on the map - is this possible using the keyboard only and not a mouse?&lt;/LI&gt;&lt;LI&gt;For the distance slider, the only text that is displayed visually is the distance #. It was flagged that the slider is announced by its value, not by a title (when it comes to screen readers). Is it possible for us to give a title to the slider, such as "Search Distance"?&lt;/LI&gt;&lt;LI&gt;Do you know anything about how screen readers interact with the app and if app creators may be able to fix it? For example, the x button on top right of the search instructions are announced as "Close" in the screen reader, but a recommendation was to have something like "Close instructions" instead.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you very much. Any input or insight is appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 18:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1503747#M2585</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2024-07-10T18:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1504370#M2588</link>
      <description>&lt;UL&gt;&lt;LI&gt;You can use the keyboard only to search for an location by an address. However if you want to manually place a pin on the map then you need to use a mouse. We are exploring options for positioning map locations on the map without the use of a mouse.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;The last two issues are things we'll need to address in the app itself. We will look at this updates for the fall release of ArcGIS Online.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 11 Jul 2024 18:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1504370#M2588</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-07-11T18:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1505850#M2594</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/659479"&gt;@Tiff&lt;/a&gt;&amp;nbsp; we did some testing on the issue with your second bullet and we are not able to repro the accessibility violation with the slider. We tested with a screen reader and it reads out the "Search Distance Slider". I also took a look at the slider using the Accessibility developer tools in Chrome and the slider does have text associated along with the number. I've attached screenshots showing the output of Voice Over screen reader and the accessibility tools.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 16:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1505850#M2594</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-07-16T16:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1579665#M2969</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;&amp;nbsp;I'm trying to add custom colored headers to the results panel for each of the layers in my Nearby app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The color needs to be #002856, the font white, and the text bold. How do I do that?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BenWilkersonJC_1-1738093401587.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/124179iB31AE6F0C53B83C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BenWilkersonJC_1-1738093401587.png" alt="BenWilkersonJC_1-1738093401587.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>Tue, 28 Jan 2025 19:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1579665#M2969</guid>
      <dc:creator>BenWilkersonJC</dc:creator>
      <dc:date>2025-01-28T19:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Instant Apps Custom CSS</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1579781#M2970</link>
      <description>&lt;P&gt;This should do what you need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;calcite-accordion{
--calcite-accordion-item-header-background-color:#002856;
--calcite-accordion-item-heading-text-color:#fff;
--calcite-accordion-item-expand-icon-color: #fff;
--calcite-font-weight-medium:600;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanted to add that for all CSS changes the tooltip in the config panel says the following - so releases of online could make tweaks to this css necessary.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Customize the appearance using Cascading Style Sheets (CSS). Warning: Release updates for the source template may impact your app's custom CSS&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 23:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-apps-custom-css/m-p/1579781#M2970</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-01-28T23:31:01Z</dc:date>
    </item>
  </channel>
</rss>

