<?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: Creating a custom forms.css file</title>
		<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file</link>
		<description>Gravity Support Forums Topic: Creating a custom forms.css file</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 11:41:57 +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/creating-a-custom-formscss-file" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Creating a custom forms.css file"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file#post-47385</link>
			<pubDate>Wed, 25 Jan 2012 20:19:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome Ken, we're always glad to help out. Let us know if you need anything else!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ken Dove on "Creating a custom forms.css file"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file#post-47381</link>
			<pubDate>Wed, 25 Jan 2012 19:42:44 +0000</pubDate>
			<dc:creator>Ken Dove</dc:creator>
			<guid isPermaLink="false">47381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thx, Rob. I have to say I'm very impressed with Gravity Forms support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Creating a custom forms.css file"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file#post-47379</link>
			<pubDate>Wed, 25 Jan 2012 19:36:34 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This would place a border around the form with the ID of 1 (which is what is on your current link provided)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_1 {
border: 1px solid black;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can obviously add other properties and such here as needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ken Dove on "Creating a custom forms.css file"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file#post-47376</link>
			<pubDate>Wed, 25 Jan 2012 19:16:20 +0000</pubDate>
			<dc:creator>Ken Dove</dc:creator>
			<guid isPermaLink="false">47376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thx, Rob. Just figured out Weaver 2.2.6 provides &#38;lt;HEAD&#38;gt; and Advanced CSS insertion fields for exactly this purpose. Made the changes easy, although I will likely try your suggestion as well for educational purposes. &#60;/p&#62;
&#60;p&#62;...Now if I can just figure out how to but a box around the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Creating a custom forms.css file"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file#post-47351</link>
			<pubDate>Wed, 25 Jan 2012 17:22:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47351@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Ken, try this out instead (using !important to override these two properties from forms.css):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .chzn-container-single .chzn-single {
height: 20px !important;
line-height: 20px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ken Dove on "Creating a custom forms.css file"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file#post-47348</link>
			<pubDate>Wed, 25 Jan 2012 16:49:39 +0000</pubDate>
			<dc:creator>Ken Dove</dc:creator>
			<guid isPermaLink="false">47348@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin:&#60;/p&#62;
&#60;p&#62;Thx for your help. I'm getting closer but still doing something wrong. Using Firebug I've identified the lines of css I need to change to get the look I'm after (some are in the forms.css file and a few are in the weaver/styles.css file.&#60;/p&#62;
&#60;p&#62;I inserted this code as per the following at the end of styles.css file (the code is from line 1202 of forms.css) unfortunately nothing changed. Where am I going wrong?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main {
		display: inline;
		background: none !important;
	}
	.home .sticky {
		border: none;
	}
//inserted code starts here
body .gform_wrapper .chzn-container-single .chzn-single {
	height: 20px;
	line-height: 20px;
}
//ends here

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Creating a custom forms.css file"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file#post-47281</link>
			<pubDate>Wed, 25 Jan 2012 02:43:57 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">47281@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A. You don't really need to create a custom forms.css file. You can simply append any custom Gravity Forms CSS rules to the end of the existing theme stylesheet. In your case, it would be this file.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://calgarynewhomefinder.com/wp-content/themes/weaver/style.css&#34; rel=&#34;nofollow&#34;&#62;http://calgarynewhomefinder.com/wp-content/themes/weaver/style.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Open the style.css file and add any new CSS rules to the very end of the document. The browser reads the stylesheet from top to bottom so any rules defined near the end of the document should supersede those placed near the beginning of the file.&#60;/p&#62;
&#60;p&#62;B. Unless you need to make extensive changes to the form styles, I recommend leaving the defaults in place and just creating the new rules to override the defaults.. again placed at the end of your theme stylesheet. If you want to completely turn off the default styles, you can go the the &#60;a href=&#34;http://www.gravityhelp.com/documentation/images/1/10/Install-step4.png&#34; rel=&#34;nofollow&#34;&#62;forms settings page&#60;/a&#62; and uncheck the &#34;output CSS&#34; option. That will turn off the default stylesheets and you can start with everything from scratch if you want. The world is your oyster.&#60;/p&#62;
&#60;p&#62;If you need some help overriding default styles, you can reference this guide for examples of how to properly format your CSS rules to apply changes to specific form elements.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ken Dove on "Creating a custom forms.css file"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-custom-formscss-file#post-47273</link>
			<pubDate>Wed, 25 Jan 2012 00:38:37 +0000</pubDate>
			<dc:creator>Ken Dove</dc:creator>
			<guid isPermaLink="false">47273@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am a css beginner and that is the root of the problem. Here's what I'm struggling with...&#60;/p&#62;
&#60;p&#62;My form has excessive amounts of space between elements (&#60;a href=&#34;http://calgarynewhomefinder.com/find-a-home/)&#34; rel=&#34;nofollow&#34;&#62;http://calgarynewhomefinder.com/find-a-home/)&#60;/a&#62;. I'm using Weaver 2.2.6 as my theme.&#60;/p&#62;
&#60;p&#62;After several hours of research I've figured out that&#60;br /&#62;
A) forms inherit styles from the theme - thus the spacing problem&#60;br /&#62;
B) To make the forms look the way I want them to I need a custom forms.css file (as the instructions say not to change the existing one).&#60;/p&#62;
&#60;p&#62;I get the basics of css and know how to use Firebug&#60;/p&#62;
&#60;p&#62;but...&#60;/p&#62;
&#60;p&#62;every post and online resource I can find seems to assume that I know how to create a custom forms.css file and that I know how to make my forms reference that file for formatting. (Ok, the creating part isn't hard - just copy the existing file and make changes). &#60;/p&#62;
&#60;p&#62;Unfortunately I have no clue of...&#60;br /&#62;
A) Whether my customized forms.css file should be given a different file name and put in the same folder as the original forms.css or I should give it the same name and put it somewhere else and&#60;br /&#62;
B) How to make the forms use my custom file instead of the default forms.css (this is the big mystery at this point!)&#60;/p&#62;
&#60;p&#62;Instructions or a link to somewhere that will explain this procedure will be appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
