<?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 Email Subscription X/Close Icon Not Visible in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973318#M11428</link>
    <description>&lt;P&gt;Is there a way to change the color of an X (Close) icon to something other than white? The white on light grey is barely visible to dismiss the form. Thanks!&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="Screenshot 2024-05-08 at 7.33.45 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/117087iFD31E1B82BFCF463/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-05-08 at 7.33.45 AM.png" alt="Screenshot 2024-05-08 at 7.33.45 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 14:35:18 GMT</pubDate>
    <dc:creator>BStrategy</dc:creator>
    <dc:date>2024-05-08T14:35:18Z</dc:date>
    <item>
      <title>Email Subscription X/Close Icon Not Visible</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973318#M11428</link>
      <description>&lt;P&gt;Is there a way to change the color of an X (Close) icon to something other than white? The white on light grey is barely visible to dismiss the form. Thanks!&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="Screenshot 2024-05-08 at 7.33.45 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/117087iFD31E1B82BFCF463/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-05-08 at 7.33.45 AM.png" alt="Screenshot 2024-05-08 at 7.33.45 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 14:35:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973318#M11428</guid>
      <dc:creator>BStrategy</dc:creator>
      <dc:date>2024-05-08T14:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Email Subscription X/Close Icon Not Visible</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973360#M11430</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/758418"&gt;@BStrategy&lt;/a&gt;&amp;nbsp;you should be able to overwrite the color with CSS in your theme - I'm not sure what is setting it to white, if there's a setting in the form that would allow you to change it without code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can share a link to the page I can narrow this down to help you get it updated&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 15:24:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973360#M11430</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-05-08T15:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Email Subscription X/Close Icon Not Visible</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973386#M11431</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;This is where the site is:&amp;nbsp;&lt;A href="https://bullseyeon8stg.wpengine.com/" target="_blank"&gt;https://bullseyeon8stg.wpengine.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you scroll all the way down the page you'll see the Form pop in. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 15:56:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973386#M11431</guid>
      <dc:creator>BStrategy</dc:creator>
      <dc:date>2024-05-08T15:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Email Subscription X/Close Icon Not Visible</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973395#M11432</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/758418"&gt;@BStrategy&lt;/a&gt;&amp;nbsp;since your website is built with WP, you can overwrite the CSS in your website header like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;style&amp;gt;
.button-container #interactive-close-button {
    fill: #000000;
}
&amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access to a stylesheet, you can add the CSS without the &amp;lt;style&amp;gt;&amp;lt;/style&amp;gt; tags directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wasn't able to find a setting in the form itself to overwrite the default style, you could &lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/idb-p/HubSpot_Ideas" target="_blank" rel="noopener"&gt;add it as an idea here&lt;/A&gt; for the product team to consider, or if you built the form with the new beta you can provide feedback via the beta feedback tool.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 16:14:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Email-Subscription-X-Close-Icon-Not-Visible/m-p/973395#M11432</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-05-08T16:14:14Z</dc:date>
    </item>
  </channel>
</rss>

