<?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: Minor Issue:  Explore Feeds and Manage Privacy at bottom of page in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262018#M5572</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Embedded styles within the Text Card are not contained to the Text Card; they will apply to the entire page if your selectors are generic. Our application uses a lot of the common HTML elements, so that is likely what is happening if you've attached styles to the button element. You can prevent this from happening by adding a unique class name to the row containing your Text Card and then referencing that row in your CSS to limit how the styles are applied.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example of generic selector usage&lt;BR /&gt;&lt;/STRONG&gt;button {background-color: blue; color: gray}&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example of targeted selector using row class&lt;BR /&gt;&lt;/STRONG&gt;.uniqueRowClassName button {background-color: blue; color: gray}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2023 16:13:59 GMT</pubDate>
    <dc:creator>KlaraSchmitt</dc:creator>
    <dc:date>2023-02-27T16:13:59Z</dc:date>
    <item>
      <title>Minor Issue:  Explore Feeds and Manage Privacy at bottom of page</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262006#M5569</link>
      <description>&lt;P&gt;Does anybody know why these two things have blow rectangles around them at the bottom of my Hub page?&amp;nbsp; Anybody ever seen this, or any other color?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_0-1677509714626.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63764i63D782D6CE1216B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmstKP_0-1677509714626.png" alt="ArmstKP_0-1677509714626.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 14:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262006#M5569</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2023-02-27T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Minor Issue:  Explore Feeds and Manage Privacy at bottom of page</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262009#M5570</link>
      <description>&lt;P&gt;Do you have any custom CSS on your page in Text Cards or in your header that affects buttons or perhaps uses a !important? That looks like the result of custom CSS being applied to generic selectors without enough specificity.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 15:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262009#M5570</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2023-02-27T15:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Minor Issue:  Explore Feeds and Manage Privacy at bottom of page</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262017#M5571</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129000"&gt;@KlaraSchmitt&lt;/a&gt;&amp;nbsp;I do have custom CSS for one button on the page.&amp;nbsp; I thought that would only effect that object or section of code, not the Explore Feeds and Manage Privacy section...?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 16:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262017#M5571</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2023-02-27T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Minor Issue:  Explore Feeds and Manage Privacy at bottom of page</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262018#M5572</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Embedded styles within the Text Card are not contained to the Text Card; they will apply to the entire page if your selectors are generic. Our application uses a lot of the common HTML elements, so that is likely what is happening if you've attached styles to the button element. You can prevent this from happening by adding a unique class name to the row containing your Text Card and then referencing that row in your CSS to limit how the styles are applied.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example of generic selector usage&lt;BR /&gt;&lt;/STRONG&gt;button {background-color: blue; color: gray}&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example of targeted selector using row class&lt;BR /&gt;&lt;/STRONG&gt;.uniqueRowClassName button {background-color: blue; color: gray}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 16:13:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/minor-issue-explore-feeds-and-manage-privacy-at/m-p/1262018#M5572</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2023-02-27T16:13:59Z</dc:date>
    </item>
  </channel>
</rss>

