<?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: Changing the &amp;quot;tab bar&amp;quot; color in shortlist? in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136054#M1410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian, in last week's ArcGIS Online update we added the ability to change the header color in the Story Map Shortlist Builder. In the Builder, see the new Settings &amp;gt; Theme tab. This changes the color of the header area, including the area behind the tabs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/359780_pastedImage_1.png" style="width: 620px; height: 397px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rupert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Jul 2017 20:48:32 GMT</pubDate>
    <dc:creator>RupertEssinger</dc:creator>
    <dc:date>2017-07-01T20:48:32Z</dc:date>
    <item>
      <title>Changing the "tab bar" color in shortlist?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136052#M1408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;I've been working on a hosted app, and have already customized it by editing viewer-min.css. I have successfully added a custom banner, but I have been unable to find the settings on getting rid of or changing the color of the default grey bar behind the tabs (separating the header from the map/tab panels. Does anyone know what line(s) I would need to change? I tried "inspecting" on chrome to no avail.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/284744_greybanner.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I circled the grey area that I'm talking about to hopefully clear up what I'm trying to change.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ian E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 16:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136052#M1408</guid>
      <dc:creator>IanEichelberg</dc:creator>
      <dc:date>2016-12-16T16:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the "tab bar" color in shortlist?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136053#M1409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;In order to change the color of the header, you will need to make changes in one of the js files, specifically in NavBar.js, here: &amp;lt;&lt;A class="link-titled" href="https://github.com/Esri/shortlist-storytelling-template-js/blob/master/src/app/storymaps/tpl/ui/desktop/NavBar.js#L321" title="https://github.com/Esri/shortlist-storytelling-template-js/blob/master/src/app/storymaps/tpl/ui/desktop/NavBar.js#L321"&gt;shortlist-storytelling-template-js/NavBar.js at master · Esri/shortlist-storytelling-template-js · GitHub&lt;/A&gt;&amp;nbsp;&amp;gt;. &amp;nbsp;You will want to change the parameter 'colors.header' to the color value you want to use. &amp;nbsp;You will want to do this in the source code from the GitHub repo, and rebuild the app, instructions can be found here: &amp;lt;&lt;A class="link-titled" href="https://github.com/Esri/shortlist-storytelling-template-js/blob/master/src/app/storymaps/tpl/ui/desktop/NavBar.js#L321" title="https://github.com/Esri/shortlist-storytelling-template-js/blob/master/src/app/storymaps/tpl/ui/desktop/NavBar.js#L321"&gt;shortlist-storytelling-template-js/NavBar.js at master · Esri/shortlist-storytelling-template-js · GitHub&lt;/A&gt;&amp;nbsp;&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is generally not a good idea to modify the minified code. &amp;nbsp;It is better to modify the source code, and rebuild/minify the app. &amp;nbsp;If you are only making style changes, their is a section in the index.html (around line 86) where you can inject your own custom css rules (look for the '/* CUSTOM CSS RULES */' comment in the index.html).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 17:11:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136053#M1409</guid>
      <dc:creator>MarkCooney</dc:creator>
      <dc:date>2016-12-20T17:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the "tab bar" color in shortlist?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136054#M1410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian, in last week's ArcGIS Online update we added the ability to change the header color in the Story Map Shortlist Builder. In the Builder, see the new Settings &amp;gt; Theme tab. This changes the color of the header area, including the area behind the tabs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/359780_pastedImage_1.png" style="width: 620px; height: 397px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rupert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jul 2017 20:48:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136054#M1410</guid>
      <dc:creator>RupertEssinger</dc:creator>
      <dc:date>2017-07-01T20:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the "tab bar" color in shortlist?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136055#M1411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone explain how this could be done in the current version of map story? I don't think there is any option change colors! see attached snapshot.&lt;IMG alt="No color change options" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/448496_snap.png" /&gt;p shot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2019 02:43:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/changing-the-quot-tab-bar-quot-color-in-shortlist/m-p/136055#M1411</guid>
      <dc:creator>OriGudes3</dc:creator>
      <dc:date>2019-05-27T02:43:16Z</dc:date>
    </item>
  </channel>
</rss>

