<?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: Form Styling on Wordpress Site in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/25212#M2394</link>
    <description>&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help. I ended up&amp;nbsp;finding a fix for this issue--a combination of clearing my cache and removing(not adding, funnily enough)&amp;nbsp;!important after some elements did the trick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 21:21:07 GMT</pubDate>
    <dc:creator>moha</dc:creator>
    <dc:date>2017-08-03T21:21:07Z</dc:date>
    <item>
      <title>Form Styling on Wordpress Site</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/24877#M2379</link>
      <description>&lt;P&gt;I have created a form on Hubspot which I want to embed on my external Wordpress website. I also want to stylize some of the elements(such as the button). I followed the exact steps on the Hubspot Forms styling page, removing the hubspot styling, and adding the selectors with the CSS onto our stylesheet. However, the hubspot form didn't style according to the specific CSS(code below), and instead is taking on the general CSS of our website. Any idea on how to fix this so that the forms from hubspot get stylized to what I want? Below is the CSS code I inputed onto our stylesheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.hs-form,&lt;BR /&gt;.hs-form input,&lt;BR /&gt;.hs-form input[type="email”],&lt;BR /&gt;.hs-form input[type="number"],&lt;BR /&gt;.hs-form textarea {&lt;BR /&gt;display: block;&lt;BR /&gt;margin: 0 0 6px 0 !important;&lt;BR /&gt;background: #f6f6f6;&lt;BR /&gt;text-transform: uppercase;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;color: #3d485b !important;&lt;BR /&gt;border: none !important;&lt;BR /&gt;border-radius: 0 !important;&lt;BR /&gt;height: 60px;&lt;BR /&gt;line-height: 60px;&lt;BR /&gt;padding: 0px 30px 0px 80px !important;&lt;BR /&gt;font-size: 13px;&lt;BR /&gt;width: 100%;&lt;BR /&gt;box-shadow: none !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.hs-form .hs-button.primary,&lt;BR /&gt;.hs-form input[type="submit"] {&lt;BR /&gt;margin: 0 !important;&lt;BR /&gt;background: #3D485B !important;&lt;BR /&gt;text-transform: uppercase !important;&lt;BR /&gt;font-weight: bold !important;&lt;BR /&gt;color: #ffffff !important;&lt;BR /&gt;border: none !important;&lt;BR /&gt;border-radius: 0 !important;&lt;BR /&gt;height: 60px !important;&lt;BR /&gt;line-height: 60px !important;&lt;BR /&gt;padding: 0px 30px !important;&lt;BR /&gt;font-size: 13px !important;&lt;BR /&gt;display: block !important;&lt;BR /&gt;width: 100% !important;&lt;BR /&gt;display: inline-block;&lt;BR /&gt;position: relative;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.hs-form input[type="email”] {&lt;BR /&gt;width: 100%;&lt;BR /&gt;margin-bottom:18px !important;&lt;BR /&gt;max-width: 800px;&lt;BR /&gt;background size:60px 60px;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;.hs-form textarea {&lt;BR /&gt;width: 100%;&lt;BR /&gt;margin-bottom:18px !important;&lt;BR /&gt;max-width: 800px;&lt;BR /&gt;background size:60px 60px;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;.hs-form input[type="number"] {&lt;BR /&gt;width: 100%;&lt;BR /&gt;margin-bottom:18px !important;&lt;BR /&gt;max-width: 800px;&lt;BR /&gt;background size:60px 60px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 21:45:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/24877#M2379</guid>
      <dc:creator>moha</dc:creator>
      <dc:date>2017-08-01T21:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Form Styling on Wordpress Site</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/25206#M2393</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/14277"&gt;@moha&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen different things for different scenarios. It comes down to the theme, where you're adding the CSS items, etc. Also, if you cache heavily, the changes might be there, but you won't see them until a full cache purge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally with some themes, I've had to add !important to almost every declaration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As next steps, I'd make sure that these new CSS items are loading after all of your theme CSS. I'd try adding !important to a couple more items...see if that takes (I try color first). Also, please purge all caches.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you'd want to hop on a screenshare tomorrow at some point, I'd be happy to troubleshoot a bit with you.&amp;nbsp;&lt;A href="https://app.hubspot.com/meetings/joshc15" target="_blank"&gt;https://app.hubspot.com/meetings/joshc15&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 20:39:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/25206#M2393</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2017-08-03T20:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Form Styling on Wordpress Site</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/25212#M2394</link>
      <description>&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help. I ended up&amp;nbsp;finding a fix for this issue--a combination of clearing my cache and removing(not adding, funnily enough)&amp;nbsp;!important after some elements did the trick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 21:21:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/25212#M2394</guid>
      <dc:creator>moha</dc:creator>
      <dc:date>2017-08-03T21:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Form Styling on Wordpress Site</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/25283#M2399</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/14277"&gt;@moha&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Excellent. Happy you got that straightened out. WordPress sure can be a funny thing sometimes. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other questions you have, please feel free to reach out!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 13:08:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-Styling-on-Wordpress-Site/m-p/25283#M2399</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2017-08-04T13:08:19Z</dc:date>
    </item>
  </channel>
</rss>

