<?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: Configuring A Portal Homepage in Implementing ArcGIS Questions</title>
    <link>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499778#M473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&amp;nbsp; I will give this a go when I get back to my office next week and will let you know if it helped me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2018 21:52:14 GMT</pubDate>
    <dc:creator>DonaldBrandon2</dc:creator>
    <dc:date>2018-11-22T21:52:14Z</dc:date>
    <item>
      <title>Configuring A Portal Homepage</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499775#M470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently configuring a Portal (Enterprise 10.5.1) homepage and am trying to change the font color of the Featured Maps and Apps text for each featured map or app.&amp;nbsp; I am attempting this from My Organization -&amp;gt; Edit Settings -&amp;gt; Homepage and then writing out the custom banner.&amp;nbsp; Is this possible?&amp;nbsp; I am trying something similar to:&lt;/P&gt;&lt;P&gt;&amp;lt;div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #featuredMaps {color: #444; font-family: Comic Sans MS; font-size: 14px; font-weight: bold;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;This will allow the font family and font size to change but the color and the weight remain the same.&amp;nbsp; It seems like it is pretty straight forward but it isn't happening.&amp;nbsp; Suggestions?&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>Fri, 09 Nov 2018 16:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499775#M470</guid>
      <dc:creator>DonaldBrandon2</dc:creator>
      <dc:date>2018-11-09T16:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring A Portal Homepage</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499776#M471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;h1, h2, h3, .item .contentWidth h1, #featuredMaps .coverStory span {&lt;BR /&gt; font-weight: bold !important;&lt;BR /&gt; font-style: normal;&lt;BR /&gt; line-height: normal;&lt;BR /&gt; font-variant: normal;&lt;BR /&gt; font-family: 'Comic Sans MS'&lt;BR /&gt;}&lt;BR /&gt;#featuredMaps #fHeader h2 {&lt;BR /&gt; font-size: 18px;&lt;BR /&gt; color: #444;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 17:58:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499776#M471</guid>
      <dc:creator>MargaretJen</dc:creator>
      <dc:date>2018-11-20T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring A Portal Homepage</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499777#M472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, I read that wrong. The above would be to change the Featured Maps and Apps header title.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this to change the text for each featured item:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;lt;style&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;.galleryLabelContainer {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; color: #444 !important; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-family: Comic Sans MS; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-size: 14px; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-weight: bold !important;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;lt;/style&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 19:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499777#M472</guid>
      <dc:creator>MargaretJen</dc:creator>
      <dc:date>2018-11-20T19:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring A Portal Homepage</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499778#M473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&amp;nbsp; I will give this a go when I get back to my office next week and will let you know if it helped me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2018 21:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/configuring-a-portal-homepage/m-p/499778#M473</guid>
      <dc:creator>DonaldBrandon2</dc:creator>
      <dc:date>2018-11-22T21:52:14Z</dc:date>
    </item>
  </channel>
</rss>

