<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Overriding stock forms.css</title>
		<link>https://legacy.forums.gravityhelp.com/topic/overriding-stock-formscss</link>
		<description>Gravity Support Forums Topic: Overriding stock forms.css</description>
		<language>en-US</language>
		<pubDate>Sun, 10 May 2026 10:43:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/overriding-stock-formscss" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Overriding stock forms.css"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-stock-formscss#post-1548</link>
			<pubDate>Tue, 17 Nov 2009 15:44:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">1548@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There were a few minor changes to the forms.css style sheet for this release, mostly due to some minor markup changes for validation purposes. You can compare the versions and copy the changes to your document if you want. &#60;/p&#62;
&#60;p&#62;Yes, you can probably just override the specific styles you want on your theme style sheet if that's easier to keep up with. If you're doing extensive modifications, that may not be practical.&#60;/p&#62;
&#60;p&#62;Yo do bring up a really good point. Moving forward, I'll work on documenting the changes to the CSS somewhere to help make it a little easier.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Overriding stock forms.css"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-stock-formscss#post-1545</link>
			<pubDate>Tue, 17 Nov 2009 12:55:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">1545@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;With the release of 1.3, this issue has come up again.  If I copied all the CSS from forms.css to my theme stylesheet (which I did), how do I keep up with the additional CSS you've included in the new release?  Do I need to copy all the new lines from the 1.3 forms.css to my stylesheet?  It's starting to become hard to manage, especially on multiple sites.&#60;/p&#62;
&#60;p&#62;Any other best practices?  How about just overriding the lines I don't like, in my own style.css, then after updating Gravity Forms, check for new styling and override those as necessary?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Overriding stock forms.css"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-stock-formscss#post-1344</link>
			<pubDate>Thu, 05 Nov 2009 20:20:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">1344@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Overriding stock forms.css"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-stock-formscss#post-1343</link>
			<pubDate>Thu, 05 Nov 2009 19:57:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">1343@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The best way to make CSS changes is to go the the Gravity Forms settings page, turn off the &#34;Output CSS&#34; option and then copy all of the styles from the form.css file in the Gravity Forms folder to your theme style sheet. That way, you can customize the form all you want and when you upgrade the plugin, none of your styles get overwritten.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/f7s&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The second snippet you posted shouldn't remove any default page margins/padding since you're declaring those for only the container with #gform_heading id that's a child of an element with the .gform_wrapper class.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Overriding stock forms.css"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-stock-formscss#post-1342</link>
			<pubDate>Thu, 05 Nov 2009 19:23:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">1342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I commented out one line in forms.css since I didn't like the styling that was being applied.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper #gform_heading{ width:98%;  padding-bottom:12px;  margin-bottom:18px;  border-bottom:1px dotted #ccc}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But changing files that come with the plugin makes upgrading more of a hassle.  How would I override that line in my own style.css?  If I do something like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper #gform_heading{ padding-bottom:0;  margin-bottom:0;  border-bottom:none}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;won't that remove the browser default padding and margin as well as overriding this from forms.css?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
