<?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 Can I Customize JS API Esri Themes ? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1172531#M77265</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on creating a custom application using the JS API and Calcite. I am using the esri light and dark themes and using a toggle to switch between them. I ideally would like to have custom colors and fonts atleast on the main light theme.&lt;/P&gt;&lt;P&gt;Is it possible to modify certain elements on the js api light and dark themes? would I need to create custom css files for each theme and just reference these in the toggle?&lt;/P&gt;&lt;P&gt;Here is my &lt;A href="https://maps.roundrocktexas.gov/cityview3/Ariana/" target="_self"&gt;current app&lt;/A&gt; and I can share the source code as well.&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 18:34:57 GMT</pubDate>
    <dc:creator>ArianaBernal</dc:creator>
    <dc:date>2022-05-10T18:34:57Z</dc:date>
    <item>
      <title>Can I Customize JS API Esri Themes ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1172531#M77265</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on creating a custom application using the JS API and Calcite. I am using the esri light and dark themes and using a toggle to switch between them. I ideally would like to have custom colors and fonts atleast on the main light theme.&lt;/P&gt;&lt;P&gt;Is it possible to modify certain elements on the js api light and dark themes? would I need to create custom css files for each theme and just reference these in the toggle?&lt;/P&gt;&lt;P&gt;Here is my &lt;A href="https://maps.roundrocktexas.gov/cityview3/Ariana/" target="_self"&gt;current app&lt;/A&gt; and I can share the source code as well.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 18:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1172531#M77265</guid>
      <dc:creator>ArianaBernal</dc:creator>
      <dc:date>2022-05-10T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Customize JS API Esri Themes ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1172542#M77267</link>
      <description>&lt;P&gt;You can try a custom theme using the source SASS files. This utility might be able to help with that&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-js-cli#author-a-custom-theme" target="_blank"&gt;https://github.com/Esri/arcgis-js-cli#author-a-custom-theme&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 18:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1172542#M77267</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-05-10T18:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Customize JS API Esri Themes ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1188712#M77826</link>
      <description>&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;I got around to configuring this in my app but noticed when testing my app in mobile, the font settings disappear and either reset to Avenir Next or change to Times New Roman. Here is some of what I have configured in my css file. Is there a limitation to this method or is there something I may be missing?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;*Sass ESRI API Theme*/

.sassy-theme .esri-widget,
.sassy-theme .esri-widget--button,
.sassy-theme .esri-menu,
.sassy-theme .esri-popup__main-container,
.sassy-theme .esri-popup__pointer-direction,
.sassy-theme .esr-popup__button,
.sassy-theme .esri-input,
.sassy-theme .esri-button,
.sassy-theme .esri-widget a {
  background-color: #fff;
  color: #036;
  font: { family: 'Montserrat', style: 'normal', weight: 'normal' }
}

.sassy-theme .esri-widget--button:focus,
.sassy-theme .esri-widget--button:hover,
.sassy-theme .esri-menu li:focus,
.sassy-theme .esri-menu li:hover {
  background-color: #f3f3f3;
  color: #036;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:58:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1188712#M77826</guid>
      <dc:creator>ArianaBernal</dc:creator>
      <dc:date>2022-07-01T13:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Customize JS API Esri Themes ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1188789#M77829</link>
      <description>&lt;P&gt;Sorry, I'm not sure. CSS is not my expertise. Could be you there are some additional classes on certain widgets on small screen sizes. Might need some inspection and trial and error.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 16:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-i-customize-js-api-esri-themes/m-p/1188789#M77829</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-07-01T16:07:05Z</dc:date>
    </item>
  </channel>
</rss>

