<?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 Customizing font size and boldness for locator placeholder text in Zone Lookup App in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1460039#M2474</link>
    <description>&lt;P&gt;Hello Instant Apps Community!&lt;/P&gt;&lt;P&gt;I have built an instant app using the Zone Lookup template and have rolled it out for testing to the organization. A lot of the feedback has been about bolding the placeholder text in the address search bar or somehow making the search bar larger. The app currently looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HenriettaK_0-1715626536190.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103977i441FFBD949329CF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HenriettaK_0-1715626536190.png" alt="HenriettaK_0-1715626536190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to bold or increase the font size of the geolocator placeholder text that reads "Find address or place"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there a way to increase the size of the address search bar?&lt;/P&gt;&lt;P&gt;Thank you so much and I appreciate any help!&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2024 18:57:59 GMT</pubDate>
    <dc:creator>HenriettaK</dc:creator>
    <dc:date>2024-05-13T18:57:59Z</dc:date>
    <item>
      <title>Customizing font size and boldness for locator placeholder text in Zone Lookup App</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1460039#M2474</link>
      <description>&lt;P&gt;Hello Instant Apps Community!&lt;/P&gt;&lt;P&gt;I have built an instant app using the Zone Lookup template and have rolled it out for testing to the organization. A lot of the feedback has been about bolding the placeholder text in the address search bar or somehow making the search bar larger. The app currently looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HenriettaK_0-1715626536190.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103977i441FFBD949329CF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HenriettaK_0-1715626536190.png" alt="HenriettaK_0-1715626536190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to bold or increase the font size of the geolocator placeholder text that reads "Find address or place"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there a way to increase the size of the address search bar?&lt;/P&gt;&lt;P&gt;Thank you so much and I appreciate any help!&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 18:57:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1460039#M2474</guid>
      <dc:creator>HenriettaK</dc:creator>
      <dc:date>2024-05-13T18:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing font size and boldness for locator placeholder text in Zone Lookup App</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1460099#M2475</link>
      <description>&lt;P&gt;You can increase the font size and bold the text by adding the following to the custom CSS config option:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.esri-search__form .esri-input[type=text] {
    font-size: 22px;
    font-weight: bold;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 13 May 2024 19:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1460099#M2475</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-05-13T19:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing font size and boldness for locator placeholder text in Zone Lookup App</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1693835#M3725</link>
      <description>&lt;P&gt;Is this CSS config option no longer available in the latest update? My app doesn't seem to be responding to this override.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 22:48:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1693835#M3725</guid>
      <dc:creator>Russell_Provost</dc:creator>
      <dc:date>2026-03-31T22:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing font size and boldness for locator placeholder text in Zone Lookup App</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1694296#M3728</link>
      <description>&lt;P&gt;You can definitely still make css changes but its a bit trickier now because the apps use components encapsulate some of the styling and that can make it harder to make updates.&amp;nbsp; But you can modify the placeholder color and update the font size and weight. Here's an example that should work for Zone Lookup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.search-panel{
calcite-autocomplete{
    --calcite-autocomplete-input-placeholder-text-color:#ff00ff;
     --calcite-font-weight-normal:900;
     --calcite-font-size-relative-base:1.2em;
}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 21:10:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customizing-font-size-and-boldness-for-locator/m-p/1694296#M3728</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2026-04-02T21:10:22Z</dc:date>
    </item>
  </channel>
</rss>

