<?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: External CSS links for Portal Site Pages? in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1233803#M12918</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/398480"&gt;@DavidMcCorkindale1&lt;/a&gt;&amp;nbsp;- yes we found that if you use a style import as opposed to a &amp;lt;link&amp;gt; it works as expected.&lt;/P&gt;&lt;P&gt;ie.&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;@import("&lt;A href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" target="_blank"&gt;https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css&lt;/A&gt;");&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;-hope that helps.&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2022 16:04:37 GMT</pubDate>
    <dc:creator>SBerg_VHB</dc:creator>
    <dc:date>2022-11-21T16:04:37Z</dc:date>
    <item>
      <title>External CSS links for Portal Site Pages?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/432043#M5971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, is it possible to include external css references into a portal site page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example would be adding font-awesome to be able to include icons for social media links in the footer, ie.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href="https://twitter.com/&amp;lt;&amp;gt;" aria-label="Twitter"&amp;gt;&amp;lt;i class="fa fa-twitter"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tried including the link reference in the header css but it is getting stripped out of the published page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 14:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/432043#M5971</guid>
      <dc:creator>SBerg_VHB</dc:creator>
      <dc:date>2019-12-06T14:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: External CSS links for Portal Site Pages?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/432044#M5972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/164669"&gt;Sam Berg&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This documentation might be what you're interested in:&amp;nbsp;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/portal/latest/administer/windows/set-advanced-portal-options.htm" title="https://enterprise.arcgis.com/en/portal/latest/administer/windows/set-advanced-portal-options.htm"&gt;Set advanced portal options—Portal for ArcGIS (10.7 and 10.7.1) | ArcGIS Enterprise&lt;/A&gt;. I would take a look at the footerLinks section in particular, some examples are given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config.js file that you can alter is located at:&amp;nbsp;C:\Program Files\ArcGIS\Portal\customizations\&amp;lt;portal_version&amp;gt;\webapps\arcgis#home\js\arcgisonline. Prior to making any changes to this file, I would recommend making a backup of the existing config.js.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck!&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:35:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/432044#M5972</guid>
      <dc:creator>JoeCatanzarita1</dc:creator>
      <dc:date>2019-12-06T15:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: External CSS links for Portal Site Pages?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/432045#M5973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/293068"&gt;Joe Catanzarita&lt;/A&gt;‌, thanks - this documentation looks like it applies to customizing the portal landing page itself.&amp;nbsp; Our use case is instead for &lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/creating-pages-on-your-site.htm"&gt;custom "site pages"&lt;/A&gt;- sorry if that was not clear.&amp;nbsp; Is there support for external style sheets in a site page as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 19:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/432045#M5973</guid>
      <dc:creator>SBerg_VHB</dc:creator>
      <dc:date>2019-12-06T19:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: External CSS links for Portal Site Pages?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1232059#M12884</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/309070"&gt;@SBerg_VHB&lt;/a&gt;&amp;nbsp; did you ever get a resolution to this? I'm also looking to do this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 00:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1232059#M12884</guid>
      <dc:creator>DavidMcCorkindale1</dc:creator>
      <dc:date>2022-11-16T00:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: External CSS links for Portal Site Pages?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1233803#M12918</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/398480"&gt;@DavidMcCorkindale1&lt;/a&gt;&amp;nbsp;- yes we found that if you use a style import as opposed to a &amp;lt;link&amp;gt; it works as expected.&lt;/P&gt;&lt;P&gt;ie.&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;@import("&lt;A href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" target="_blank"&gt;https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css&lt;/A&gt;");&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;-hope that helps.&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 16:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1233803#M12918</guid>
      <dc:creator>SBerg_VHB</dc:creator>
      <dc:date>2022-11-21T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: External CSS links for Portal Site Pages?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1233940#M12920</link>
      <description>&lt;P&gt;That's great, thanks. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 21:53:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1233940#M12920</guid>
      <dc:creator>DavidMcCorkindale1</dc:creator>
      <dc:date>2022-11-21T21:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: External CSS links for Portal Site Pages?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1235099#M12935</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/309070"&gt;@SBerg_VHB&lt;/a&gt;&amp;nbsp;can you confirm that&amp;nbsp;@import is still working for you for this purpose? Tried it and am not having any luck, and &lt;A href="https://community.esri.com/t5/arcgis-hub-questions/custom-header-for-enterprise-site-calcite/m-p/1160284/highlight/true#M5149" target="_self"&gt;this post&lt;/A&gt; seems to imply that they are no longer allowing importing css (though this post does specifically reference &amp;lt;link&amp;gt; rather than&amp;nbsp;@import). At first I thought the fact that&amp;nbsp;@import worked for you was because the original post was from 2019, but I see your latest reply is only from a week ago.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would love if this still worked and my issue is simply user error; my embedded css is getting a little cumbersome. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 17:34:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/external-css-links-for-portal-site-pages/m-p/1235099#M12935</guid>
      <dc:creator>AlderMaps</dc:creator>
      <dc:date>2022-11-25T17:34:48Z</dc:date>
    </item>
  </channel>
</rss>

