<?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: Custom CSS to make form appear correctly?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly</link>
		<description>Gravity Support Forums Topic: Custom CSS to make form appear correctly?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:30:04 +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/custom-css-to-make-form-appear-correctly" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85624</link>
			<pubDate>Wed, 31 Oct 2012 09:03:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85624@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad we were all able to help you get that resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JonnoPrice on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85621</link>
			<pubDate>Wed, 31 Oct 2012 09:02:27 +0000</pubDate>
			<dc:creator>JonnoPrice</dc:creator>
			<guid isPermaLink="false">85621@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You sir are a gentleman and a scholar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85616</link>
			<pubDate>Wed, 31 Oct 2012 08:58:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use this CSS to style the submit button. The style is just to show you how to target the button:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_button {
    color: #000;
    border: 2px solid #ADD8E6!important;
    padding: 5px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JonnoPrice on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85611</link>
			<pubDate>Wed, 31 Oct 2012 08:43:52 +0000</pubDate>
			<dc:creator>JonnoPrice</dc:creator>
			<guid isPermaLink="false">85611@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris, the comma fixed the large text box areas.. the only thing still missing is the submit button :-) Can you help with this final piece of the puzzle?&#60;/p&#62;
&#60;p&#62;PS I also updated the theme as suggested by the theme author but clearly this did not help.. I've told them they should fix whatever it is because having a theme that works with Gravity Forms is a bit of a no-brainer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85597</link>
			<pubDate>Wed, 31 Oct 2012 08:19:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85597@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You need a comma at the end of line 07.  I checked your site and the comma is missing from the styles you added there as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JonnoPrice on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85537</link>
			<pubDate>Wed, 31 Oct 2012 06:21:30 +0000</pubDate>
			<dc:creator>JonnoPrice</dc:creator>
			<guid isPermaLink="false">85537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;Thanks but unfortunately that addition did not do the trick. I've added the following Custom CSS to the theme:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper select
body .gform_wrapper textarea
{
    border: 2px solid #ADD8E6!important;
    height: 20px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Still don't see the larger text area border nor the submit button.&#60;br /&#62;
&#60;a href=&#34;http://benchmarkingcrew.com/register-interest/&#34; rel=&#34;nofollow&#34;&#62;http://benchmarkingcrew.com/register-interest/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;br /&#62;
Jonathan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85201</link>
			<pubDate>Tue, 30 Oct 2012 11:13:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">85201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oops. I left the textarea off the rule.. try this one.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper select,
body .gform_wrapper textarea
{
	border: 1px solid #AAAAAA!important;
	height: 20px
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JonnoPrice on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85190</link>
			<pubDate>Tue, 30 Oct 2012 10:48:03 +0000</pubDate>
			<dc:creator>JonnoPrice</dc:creator>
			<guid isPermaLink="false">85190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin and thanks I appreciate the help.&#60;/p&#62;
&#60;p&#62;I've just added the text you provided and the single line boxes are displaying. the paragraph text boxes still don't have a border and the submit button is still invisible. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://benchmarkingcrew.com/register-interest/&#34; rel=&#34;nofollow&#34;&#62;http://benchmarkingcrew.com/register-interest/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once I have this all fixed I'll also send a note to the them developer so they can look to fix this in their next update.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Jonathan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85188</link>
			<pubDate>Tue, 30 Oct 2012 10:38:37 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">85188@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;your theme has disabled all the default borders for input types.. that's kind of stupid in my opinion. You can add this to re-enable the borders for your Gravity Forms. You can also add other properties to the rule if you need.. such as the height value I've added below.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper select
{
	border: 1px solid #AAAAAA!important;
	height: 20px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://bit.ly/RmAWfM&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/RmAWfM&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JonnoPrice on "Custom CSS to make form appear correctly?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-to-make-form-appear-correctly#post-85031</link>
			<pubDate>Tue, 30 Oct 2012 06:01:37 +0000</pubDate>
			<dc:creator>JonnoPrice</dc:creator>
			<guid isPermaLink="false">85031@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there. &#60;/p&#62;
&#60;p&#62;I don't speak CSS very well (red face). &#60;/p&#62;
&#60;p&#62;I've installed a new theme and then installed Gravity Forms. It appears the theme is overriding the GF styling and as a result it is displaying poorly. &#60;/p&#62;
&#60;p&#62;For example I can't see the input boxes or the submit button. &#60;/p&#62;
&#60;p&#62;The theme (&#60;a href=&#34;http://www.s5themes.com/theme/simplecorp/&#34; rel=&#34;nofollow&#34;&#62;http://www.s5themes.com/theme/simplecorp/&#60;/a&#62;) does have a Custom CSS box where you can put in CSS.&#60;/p&#62;
&#60;p&#62;Can you please help and tell me what custom css commands I can use to make this display?&#60;/p&#62;
&#60;p&#62;My form is live here &#60;a href=&#34;http://benchmarkingcrew.com/register-interest/&#34; rel=&#34;nofollow&#34;&#62;http://benchmarkingcrew.com/register-interest/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
