<?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: 2.0 - Custom Header Question in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180379#M988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;you're unable to use the header CSS to control other elements on the page.&amp;nbsp;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did not realise this. &amp;nbsp;With the older template I could tweak (for better or worse) all the elements via the header CSS. &amp;nbsp;From memory I could also reference external javascript libraries or fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The v2.0 templates are &lt;STRONG&gt;awesome&lt;/STRONG&gt; - definitely a big step forward for user that wants a WYSIWYG interface to style the site. However, I know a lot of the organisations I work with are now pushing harder to ensure any public facing website follows the exact same style guidelines as their main website, and often this would require having finer control over the styling made only possible through diving into the CSS/HTML and possibly also some Javascript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some examples:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Still needs a bit of work, but t&lt;A href="http://data-vicforeststrp.opendata.arcgis.com/"&gt;he mouse-over effect on the categories on this older template site &lt;/A&gt;- &amp;nbsp;how would this behavior be replicated in the newer v2.0 site&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/325309_OpenMeInBrowser_AnimatedGIF.gif" style="width: 620px; height: 237px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Really like the larger search bar on the main&amp;nbsp;&lt;A class="jivelink11" href="http://opendata.arcgis.com/" title="http://opendata.arcgis.com/"&gt;http://opendata.arcgis.com/&lt;/A&gt;&amp;nbsp;website, but not entirely sure how that was achieved?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/325308_1.jpg" style="width: 620px; height: 128px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I wanted to change the background of one of the categories; or if I wanted to add slightly rounded corners to&amp;nbsp;some elements; change the search button (see above screen) from blue to their company color; etc. etc.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is more than likely that I do not yet have a full understanding of the capabilities of the newer v2.0 templates and some of the above might be possible. &amp;nbsp;I need to explore cards in more detail. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the blog posts on styling - keep them coming!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Feb 2017 05:37:40 GMT</pubDate>
    <dc:creator>SimonJackson</dc:creator>
    <dc:date>2017-02-18T05:37:40Z</dc:date>
    <item>
      <title>2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180377#M986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just brushing up on how the newer v2.0 templates can be customised. &amp;nbsp;Forgive me for the noob CSS/HTML "skills".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a new OD site, and enter the style editor and add a logo and tweak some colors I can achieve this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="324828" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/324828_11.jpg" style="width: 620px; height: 208px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I am going to want some greater control over other elements in the page, so I enable 'Use custom HTML/CSS' in the Header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This then gives me, by default, two new DIVs -&amp;nbsp;&lt;EM&gt;navbar-header&lt;/EM&gt; and &lt;EM&gt;navbar-brand&lt;/EM&gt;&amp;nbsp;along with the original header (minus my logo, but there is now a placeholder for this on the navbar).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="324839" alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/324839_2.jpg" style="width: 620px; height: 106px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I essentially want to retain the look of the first screenshot and want some guidance on the most elegant way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I assume you cannot remove the bar with My Data on (possibly with CSS, but user needs to see My Data)?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I could easily just remove the populated HTML from the new row it creates, and strip out the populated CSS.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But then I don't think I can&amp;nbsp;edit the HTML of the row that has My Data on it, and therefore cant easily place a logo div onto it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how would you go about enabling custom CSS (for doing stuff with other elements on the page) but keeping the look and feel of the first screenshot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very easy to replicate, but if it helps, &lt;A href="http://learning-esriau.opendata.arcgis.com/"&gt;this is the sandbox site&lt;/A&gt; I am playing with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:11:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180377#M986</guid>
      <dc:creator>SimonJackson</dc:creator>
      <dc:date>2017-02-17T12:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180378#M987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HTML and CSS for the header is scoped to the header only, so you're unable to use the header CSS to control other elements on the page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said - what kinds of things would you like to change on the page? We're continuously working on editor improvements to allow more customization.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Courtney&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 17:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180378#M987</guid>
      <dc:creator>CourtneyClaessens</dc:creator>
      <dc:date>2017-02-17T17:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180379#M988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;you're unable to use the header CSS to control other elements on the page.&amp;nbsp;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did not realise this. &amp;nbsp;With the older template I could tweak (for better or worse) all the elements via the header CSS. &amp;nbsp;From memory I could also reference external javascript libraries or fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The v2.0 templates are &lt;STRONG&gt;awesome&lt;/STRONG&gt; - definitely a big step forward for user that wants a WYSIWYG interface to style the site. However, I know a lot of the organisations I work with are now pushing harder to ensure any public facing website follows the exact same style guidelines as their main website, and often this would require having finer control over the styling made only possible through diving into the CSS/HTML and possibly also some Javascript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some examples:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Still needs a bit of work, but t&lt;A href="http://data-vicforeststrp.opendata.arcgis.com/"&gt;he mouse-over effect on the categories on this older template site &lt;/A&gt;- &amp;nbsp;how would this behavior be replicated in the newer v2.0 site&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/325309_OpenMeInBrowser_AnimatedGIF.gif" style="width: 620px; height: 237px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Really like the larger search bar on the main&amp;nbsp;&lt;A class="jivelink11" href="http://opendata.arcgis.com/" title="http://opendata.arcgis.com/"&gt;http://opendata.arcgis.com/&lt;/A&gt;&amp;nbsp;website, but not entirely sure how that was achieved?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/325308_1.jpg" style="width: 620px; height: 128px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I wanted to change the background of one of the categories; or if I wanted to add slightly rounded corners to&amp;nbsp;some elements; change the search button (see above screen) from blue to their company color; etc. etc.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is more than likely that I do not yet have a full understanding of the capabilities of the newer v2.0 templates and some of the above might be possible. &amp;nbsp;I need to explore cards in more detail. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the blog posts on styling - keep them coming!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2017 05:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180379#M988</guid>
      <dc:creator>SimonJackson</dc:creator>
      <dc:date>2017-02-18T05:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180380#M989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Courtney,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am finding some sites, such as Long Beach, Louden Co., and LA where the "Sign In" is disabled on their OD sites. &amp;nbsp;How is this achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 18:44:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180380#M989</guid>
      <dc:creator>City_of_LakelandGIS</dc:creator>
      <dc:date>2017-02-22T18:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180381#M990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are one of the two issues I am facing right now. The. custom header and longer search bar? Did any of yoi figured out how to do it like they have done in LA geohub?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:26:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180381#M990</guid>
      <dc:creator>HDCAdmin</dc:creator>
      <dc:date>2017-11-01T17:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180382#M991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you already have a look at&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/people/KSchmitt-esristaff/content" title="https://community.esri.com/people/KSchmitt-esristaff/content"&gt;Klara Schmitt&lt;/A&gt;&amp;nbsp;'s tips on styling OD-Sites? There's also one about the wider search bar:&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-9659"&gt;Tips: Styling the Search Bar&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/search bar/tg-p"&gt;#search bar&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/open data site/tg-p"&gt;#open data site&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/custom layout/tg-p"&gt;#custom layout&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/html css/tg-p"&gt;#html css&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 06:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180382#M991</guid>
      <dc:creator>AnninaHirschi_Wyss1</dc:creator>
      <dc:date>2017-11-03T06:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180383#M992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to remove the default header by adding some inline CSS above my header code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;.navbar-default {&lt;BR /&gt; display: none; &lt;BR /&gt;}&lt;BR /&gt;body.calcite.ember-application {&lt;BR /&gt; margin-top: -10px;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found that this happens to add an extra white bar at the top, this is a bit of a hack to remove it. I hope someone come up with a better solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;css‌ html 5‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 19:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180383#M992</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-04-11T19:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180384#M993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI...there are a few changes to the header coming out very soon that will help you make additional customizations including&amp;nbsp;an update to the My Data / Sign In location.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 12:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180384#M993</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-04-02T12:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180385#M994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great news! Do you know when?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a similar issue as the above users. Essentially, our entire hub site development effort is being held up because I can't figure out how to get the header to&amp;nbsp;conform to my organization's web design standards. This is very frustrating, because with all the power of these sites, the lack of header customization is essentially a deal-breaker.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2019 23:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180385#M994</guid>
      <dc:creator>SonomaMapAdministrator</dc:creator>
      <dc:date>2019-04-12T23:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180386#M995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/154489"&gt;SonomaMap Admnistrator&lt;/A&gt;‌ -- can you expand a bit on what type of customization you are looking for without using the code editor of the custom header? &amp;nbsp;We are always looking for ways to empower our customers to do more with less and are intently focused on the header area right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll start some&amp;nbsp;easy to understand/do header customization rolling out in the next few weeks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2019 00:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180386#M995</guid>
      <dc:creator>BrianRollison</dc:creator>
      <dc:date>2019-04-15T00:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180387#M996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two main things I need to do that I'm having trouble with:&lt;/P&gt;&lt;P&gt;(1) On most of our public-facing sites, I need&amp;nbsp;to&amp;nbsp;make&amp;nbsp;the 'Sign In' link go away, as well as the entire row it occupies&amp;nbsp;&lt;/P&gt;&lt;P&gt;(2) I also would like the option to keep the sign in link (user dropdown menu, when logged in), but move it up into the custom header we create. It doesn't need it's entire own row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(See example site:&amp;nbsp;&lt;A class="" href="http://tpw-sonomamap.opendata.arcgis.com/" title="http://tpw-sonomamap.opendata.arcgis.com/"&gt;County of Sonoma - County Road System&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2019 15:13:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180387#M996</guid>
      <dc:creator>SonomaMapAdministrator</dc:creator>
      <dc:date>2019-04-15T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2.0 - Custom Header Question</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180388#M997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the update &lt;A href="https://community.esri.com/migrated-users/154489"&gt;SonomaMap Admnistrator&lt;/A&gt;‌ I'll be sure to add these thoughts to the feature for backlog consideration.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Turning on/off the Sign-In button + row on a per-site basis&lt;/LI&gt;&lt;LI&gt;Be able to place the Sign-In button inside a custom header displayed on a site you'd like it turned on for&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stay tuned for some blog posts and GeoNet posts on the upcoming header release. &amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2019 20:25:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/2-0-custom-header-question/m-p/180388#M997</guid>
      <dc:creator>BrianRollison</dc:creator>
      <dc:date>2019-04-15T20:25:21Z</dc:date>
    </item>
  </channel>
</rss>

