<?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 Change Attribute Link Color in WebApp Builder in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805704#M5722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to change the color/font of the Attribute Links in the WebApp Builder? (I'm referring to the Attribute Links you can add under the "Attribute" tab in edit mode) My apps are in the "Tab Theme" with black as the border color. Before the latest update, the links were prominent and easy-to-read across the top. Now, the default color is dark purple and the font is small; it is difficult to see them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've located where these links are referenced in the JSON file, but I don't know what the code is to change the color and/or font. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 14:23:45 GMT</pubDate>
    <dc:creator>KirkHarstead</dc:creator>
    <dc:date>2015-08-04T14:23:45Z</dc:date>
    <item>
      <title>Change Attribute Link Color in WebApp Builder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805704#M5722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to change the color/font of the Attribute Links in the WebApp Builder? (I'm referring to the Attribute Links you can add under the "Attribute" tab in edit mode) My apps are in the "Tab Theme" with black as the border color. Before the latest update, the links were prominent and easy-to-read across the top. Now, the default color is dark purple and the font is small; it is difficult to see them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've located where these links are referenced in the JSON file, but I don't know what the code is to change the color and/or font. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805704#M5722</guid>
      <dc:creator>KirkHarstead</dc:creator>
      <dc:date>2015-08-04T14:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change Attribute Link Color in WebApp Builder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805705#M5723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It is a simple CSS change but as you stated find that exact css is not obvious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The place to make the change is in this file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;themes\FoldableTheme\widgets\HeaderController\css\style.css (line 2 the color attribute)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-header-controller .links .link{
&amp;nbsp; color:#e1e1e1;
&amp;nbsp; font-size: 14px;
&amp;nbsp; font-weight: bold;
&amp;nbsp; text-decoration: none;
&amp;nbsp; height: 100%;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:23:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805705#M5723</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change Attribute Link Color in WebApp Builder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805706#M5724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. There is no way to change this in the non-developer version then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 15:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805706#M5724</guid>
      <dc:creator>KirkHarstead</dc:creator>
      <dc:date>2015-08-04T15:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change Attribute Link Color in WebApp Builder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805707#M5725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The only files that are editable on AGOL are JSON files (that I am aware of). So no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 15:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805707#M5725</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-04T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change Attribute Link Color in WebApp Builder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805708#M5726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same question Kirk.&amp;nbsp; I found that it can be done via AppStudio for ArcGIS if you have access to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 17:58:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/change-attribute-link-color-in-webapp-builder/m-p/805708#M5726</guid>
      <dc:creator>ErikParker1</dc:creator>
      <dc:date>2016-08-15T17:58:05Z</dc:date>
    </item>
  </channel>
</rss>

