<?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 CSS to remove * for form required field not working in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/317970#M3636</link>
    <description>&lt;P&gt;I have a Hubspot form (with required fields) embedded on a webpage. I use Thrive Architect to build my pages (not sure if that matters). When I add the Hubspot form everything works. When I try to add the recommended CSS to remove the asterisks, the form just completely disappears.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.hs-form-required {
    display: none;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;What could be going wrong? Any other workarounds?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 20:04:18 GMT</pubDate>
    <dc:creator>nnikolas</dc:creator>
    <dc:date>2020-02-10T20:04:18Z</dc:date>
    <item>
      <title>CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/317970#M3636</link>
      <description>&lt;P&gt;I have a Hubspot form (with required fields) embedded on a webpage. I use Thrive Architect to build my pages (not sure if that matters). When I add the Hubspot form everything works. When I try to add the recommended CSS to remove the asterisks, the form just completely disappears.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.hs-form-required {
    display: none;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;What could be going wrong? Any other workarounds?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 20:04:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/317970#M3636</guid>
      <dc:creator>nnikolas</dc:creator>
      <dc:date>2020-02-10T20:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/317973#M3637</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/57303"&gt;@nnikolas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can you DM me the URL?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 20:31:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/317973#M3637</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2020-02-10T20:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/317995#M3638</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/57303"&gt;@nnikolas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears you are on the right track and your solution SHOULD fix it. You may want to try and add !important before the semicolon.&lt;/P&gt;
&lt;PRE&gt;.hs-form-required {
    color: red;
    display: none !important;
}&lt;/PRE&gt;
&lt;P&gt;If it doesn't work, wherever that reference is there is likely another CSS reference loading after it. You'll want to find that and remove.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Give me a shout if you are still stuck after this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Josh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 21:19:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/317995#M3638</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2020-02-10T21:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318005#M3640</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2062"&gt;@Josh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hmmm... it's still disappearing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I screen recorded what's happening so you can see:&amp;nbsp;&lt;A href="https://imgur.com/a/nXcvQmU" target="_blank"&gt;https://imgur.com/a/nXcvQmU&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see I have the CSS code you recommended, and when I go to apply it to the element it just... disappears.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 21:38:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318005#M3640</guid>
      <dc:creator>nnikolas</dc:creator>
      <dc:date>2020-02-10T21:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318007#M3641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/57303"&gt;@nnikolas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question: does your CSS class exist without you placing it into the HTML element or is that what adds it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 21:41:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318007#M3641</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2020-02-10T21:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318011#M3643</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2062"&gt;@Josh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to add it to the HTML attributes to "turn it on"&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 21:44:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318011#M3643</guid>
      <dc:creator>nnikolas</dc:creator>
      <dc:date>2020-02-10T21:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318613#M3657</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2062"&gt;@Josh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any other ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 15:13:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318613#M3657</guid>
      <dc:creator>nnikolas</dc:creator>
      <dc:date>2020-02-12T15:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318631#M3658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/57303"&gt;@nnikolas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In theory, what you are doing should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A couple of other ideas:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In WordPress, go to the Customize section and there should be a spot to add custom CSS there. Try adding the above CSS reference to that after adding the class around the form.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try a plugin such as Simple Custom CSS to add the reference to display: none !important;. This plugins functionality loads after all other CSS files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My last idea is to find out what CSS class or reference the system is using by default before you add the class around it in the custom CSS section and instead of using a custom class, use the default class.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without being in the system itself, it's difficult to troubleshoot, but these would be the steps that I would take.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Josh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:01:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318631#M3658</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2020-02-12T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: CSS to remove * for form required field not working</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318735#M3660</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2062"&gt;@Josh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wow, thank you so much for all of your help. I will try those suggestions. Your input is beyond valuable, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:45:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/CSS-to-remove-for-form-required-field-not-working/m-p/318735#M3660</guid>
      <dc:creator>nnikolas</dc:creator>
      <dc:date>2020-02-12T20:45:41Z</dc:date>
    </item>
  </channel>
</rss>

