<?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: How to update CSS so form fields display in WP theme</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-update-css-so-form-fields-display-in-wp-theme</link>
		<description>Gravity Support Forums Topic: How to update CSS so form fields display in WP theme</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 04:03:12 +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/how-to-update-css-so-form-fields-display-in-wp-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "How to update CSS so form fields display in WP theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-update-css-so-form-fields-display-in-wp-theme#post-188177</link>
			<pubDate>Thu, 28 Mar 2013 16:21:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">188177@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stevegriswold on "How to update CSS so form fields display in WP theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-update-css-so-form-fields-display-in-wp-theme#post-188174</link>
			<pubDate>Thu, 28 Mar 2013 16:20:00 +0000</pubDate>
			<dc:creator>stevegriswold</dc:creator>
			<guid isPermaLink="false">188174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;PERFECT. &#60;/p&#62;
&#60;p&#62;Thanks Man.&#60;br /&#62;
Steve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to update CSS so form fields display in WP theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-update-css-so-form-fields-display-in-wp-theme#post-188148</link>
			<pubDate>Thu, 28 Mar 2013 15:37:51 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">188148@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Steve, no problem. Go ahead and drop these in:&#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 input[type=file] {
background-color: #f9f9f9;
border: 1px solid #ccc;
}
.gform_wrapper select {
border: 1px solid;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>stevegriswold on "How to update CSS so form fields display in WP theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-update-css-so-form-fields-display-in-wp-theme#post-188138</link>
			<pubDate>Thu, 28 Mar 2013 15:24:48 +0000</pubDate>
			<dc:creator>stevegriswold</dc:creator>
			<guid isPermaLink="false">188138@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob!&#60;/p&#62;
&#60;p&#62;This is better :) Is there a way to get the form fields to show up more and the drop down menus to appear.  The drop down field are missing the box and just show the down arrow:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://griswoldfamilyvacations.com/get-a-quote&#34; rel=&#34;nofollow&#34;&#62;http://griswoldfamilyvacations.com/get-a-quote&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help&#60;br /&#62;
Steve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to update CSS so form fields display in WP theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-update-css-so-form-fields-display-in-wp-theme#post-187877</link>
			<pubDate>Thu, 28 Mar 2013 11:08:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">187877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Steve,&#60;/p&#62;
&#60;p&#62;This should do the trick for you, just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li {
border: 0;
}
.gform_wrapper h2.gsection_title {
color: #333;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>stevegriswold on "How to update CSS so form fields display in WP theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-update-css-so-form-fields-display-in-wp-theme#post-187876</link>
			<pubDate>Thu, 28 Mar 2013 11:04:40 +0000</pubDate>
			<dc:creator>stevegriswold</dc:creator>
			<guid isPermaLink="false">187876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a test I am starting and have a test form setup, but the sites WP theme makes the form input boxes hard to read, it places a line above and below every form field and the drop down boxes and section titles don't display well at all.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://griswoldfamilyvacations.com/get-a-quote/&#34; rel=&#34;nofollow&#34;&#62;http://griswoldfamilyvacations.com/get-a-quote/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If anyone can share a piece of code I can cut and paste to make these fields easier to read and what file to update that would be awesome.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Steve
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
