<?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: Input Field Appearance</title>
		<link>https://legacy.forums.gravityhelp.com/topic/input-field-appearance</link>
		<description>Gravity Support Forums Topic: Input Field Appearance</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:47:17 +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/input-field-appearance" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Input Field Appearance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-field-appearance#post-21950</link>
			<pubDate>Tue, 29 Mar 2011 11:41:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21950@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Never edit/change the Gravity Forms files in it's plugin folder as your changes will be overwritten whenever an automatic update is run.&#60;/p&#62;
&#60;p&#62;You always place customizations in your theme or child theme files.  CSS customizations would go in your themes stylesheet, code customizations using hooks/filters would go in your themes functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmonica on "Input Field Appearance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-field-appearance#post-21946</link>
			<pubDate>Tue, 29 Mar 2011 11:36:00 +0000</pubDate>
			<dc:creator>cmonica</dc:creator>
			<guid isPermaLink="false">21946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, but should I add the above rules to my form.css file or copy the contents of the form.css file to my stylesheet and then add the rules? And to clarify me &#34;using HTML5 enable fields&#34; is that because of my theme or because of Gravity Forms? Is there a setting I should have on Gravity Forms or when I activated to make sure the above rules are included on the form.css file by default?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Input Field Appearance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-field-appearance#post-21892</link>
			<pubDate>Mon, 28 Mar 2011 22:08:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">21892@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your stylesheet (beginning at line 935) sets rules for different input types&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=text],
input[type=password],
input.text,
input.title,
textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text],
input[type=password],
input.text,
input.title,
textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You're using the HTML5 enabled fields and your email field is type=&#34;email&#34; - that's not defined in your CSS along with the other types. If you add that to your rules, then everything should format the same. Since you're using the HTML5 fields, you'll probably want to add the &#34;tel&#34; and &#34;url&#34; types as well for the phone and website fields.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel] {your:styles}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>cmonica on "Input Field Appearance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-field-appearance#post-21867</link>
			<pubDate>Mon, 28 Mar 2011 18:27:16 +0000</pubDate>
			<dc:creator>cmonica</dc:creator>
			<guid isPermaLink="false">21867@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The input fields on my form don't have a consistent look...the Name field has an outline all around but the Email field only has an outline on the top. Is this a browser issue...it looks that way in both Firefox and IE?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sacforeclosurehelp.com/test-builder/contact/&#34; rel=&#34;nofollow&#34;&#62;http://sacforeclosurehelp.com/test-builder/contact/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
