<?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: Change form input color in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/415596#M5486</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/158491"&gt;@neillebo&lt;/a&gt;&amp;nbsp; it is not&amp;nbsp;&lt;SPAN&gt;currently possible to change the form input color within HubSpot. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I was able to find this idea here: &lt;/SPAN&gt;&lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Form-Input-Text-Color/idi-p/297964" target="_blank" rel="nofollow noopener noreferrer"&gt;Form Input Text Color&lt;/A&gt;&lt;SPAN&gt;. However, you can add custom code to your CSS of the page that the form is setting on to implement a color change.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or change the color options for the buttons within the forms page. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this information helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pam&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Mar 2021 19:29:35 GMT</pubDate>
    <dc:creator>PamCotton</dc:creator>
    <dc:date>2021-03-05T19:29:35Z</dc:date>
    <item>
      <title>Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/324892#M3789</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to change the color inside the form field.&amp;nbsp; When someone types inside the fields the input should be in white.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;easyweddinggeorgia.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I added a class dark_form on the hubspot form&lt;/LI&gt;&lt;LI&gt;I added the color in my custom.css file on my website&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;What is missing to change the input values in white (so people can see, but only on this form)&lt;/P&gt;&lt;P&gt;I tried to do it, following this article&amp;nbsp;&lt;A href="https://designers.hubspot.com/docs/cms/hubspot-form-markup" target="_blank"&gt;https://designers.hubspot.com/docs/cms/hubspot-form-markup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;custom.css code (inside webiste)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.hbspt-form .form_dark input {
	color:white
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Form code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;!--[if lte IE 8]&amp;gt;
&amp;lt;script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;![endif]--&amp;gt;
&amp;lt;script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;gt;
  hbspt.forms.create({
	portalId: "XXX",
	formId: "XXX",
    cssClass: "form_dark" 
});
&amp;lt;/script&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Mar 2020 05:39:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/324892#M3789</guid>
      <dc:creator>fupfac</dc:creator>
      <dc:date>2020-03-10T05:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/324978#M3791</link>
      <description>&lt;P&gt;So this is an embeded HubSpot form that you added css to? You shouldn't have to mess with the provided embed code. (but if you do it's JS not HTML) In the form creator tool there is a style tab (Style and Preview and then second tab on left side) that can control things such as text feild display and font color. I would try to set your options there and then replace your embed code with the new one and see if that does it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 13:45:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/324978#M3791</guid>
      <dc:creator>ConnorSlivensky</dc:creator>
      <dc:date>2020-03-10T13:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/325009#M3792</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes the one you mention does not control this specific field I'm mentioning. I need the solution using css&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 15:03:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/325009#M3792</guid>
      <dc:creator>fupfac</dc:creator>
      <dc:date>2020-03-10T15:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/325065#M3793</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/123467"&gt;@fupfac&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that your class (form-dark) is&amp;nbsp;&lt;STRONG&gt;not&lt;/STRONG&gt; being added onto the form itself. If you inspect the element on your page in Chrome (right-click on the form, Inspect) and find the &amp;lt;form ...&amp;gt; element. You'll see a list of classes there and form-dark is not included.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your form is being embedded as an&amp;nbsp;&lt;STRONG&gt;iframe&lt;/STRONG&gt; which means you can't add custom CSS to your site that can reach inside that iframe to target it, as such the JS is just ignoring your added classes. You either have to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) Style it within the Form options within HubSpot, and if that doesn't give you enough flexibility (which it sounds like it doesn't in your use case) then,&lt;/P&gt;&lt;P&gt;b) Click the&amp;nbsp;&lt;STRONG&gt;Set as Raw HTML Form&lt;/STRONG&gt; checkbox, which will stop the form rendering inside an iframe and let you style the whole thing with your on-site CSS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option b) might not be available to you however; refer to the &lt;A href="https://knowledge.hubspot.com/forms/how-do-I-style-my-embedded-form" target="_self"&gt;Form Embed docs&lt;/A&gt; -- it's only available on Professional and above (or some legacy basic accounts, which I guess you don't have).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What tier of HubSpot Marketing do you have? What kind of customization options do you have within the form within HubSpot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 18:02:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/325065#M3793</guid>
      <dc:creator>mike-ward</dc:creator>
      <dc:date>2020-03-10T18:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/325226#M3794</link>
      <description>&lt;P&gt;Ok it is not exactly what i need. For now I change the buttons styles so people can see the form properly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Tks anyway&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 13:08:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/325226#M3794</guid>
      <dc:creator>fupfac</dc:creator>
      <dc:date>2020-03-11T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/325637#M3799</link>
      <description>&lt;P&gt;Yep, as you've done is the easiest - styling the form fields with a white background. It still looks good on your site I think&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://community.hubspot.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 19:52:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/325637#M3799</guid>
      <dc:creator>mike-ward</dc:creator>
      <dc:date>2020-03-12T19:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/414750#M5463</link>
      <description>&lt;P&gt;You would think that setting something as simple as the background color of your form fields would be on the styles tab, but nooo!&lt;/P&gt;&lt;P&gt;Hubspot's design tools leave a LOT to be desired.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 20:46:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/414750#M5463</guid>
      <dc:creator>MediaMstr</dc:creator>
      <dc:date>2021-03-03T20:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/415345#M5482</link>
      <description>&lt;P&gt;&amp;nbsp;I have the same issue. How did you get it to white?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 06:48:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/415345#M5482</guid>
      <dc:creator>neillebo</dc:creator>
      <dc:date>2021-03-05T06:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change form input color</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/415596#M5486</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/158491"&gt;@neillebo&lt;/a&gt;&amp;nbsp; it is not&amp;nbsp;&lt;SPAN&gt;currently possible to change the form input color within HubSpot. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I was able to find this idea here: &lt;/SPAN&gt;&lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Form-Input-Text-Color/idi-p/297964" target="_blank" rel="nofollow noopener noreferrer"&gt;Form Input Text Color&lt;/A&gt;&lt;SPAN&gt;. However, you can add custom code to your CSS of the page that the form is setting on to implement a color change.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or change the color options for the buttons within the forms page. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this information helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pam&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 19:29:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Change-form-input-color/m-p/415596#M5486</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2021-03-05T19:29:35Z</dc:date>
    </item>
  </channel>
</rss>

