<?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: CSS fix for Email &#38; Phone Fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-fix-for-email-phone-fields</link>
		<description>Gravity Support Forums Topic: CSS fix for Email &amp; Phone Fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:36:09 +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/css-fix-for-email-phone-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "CSS fix for Email &#38; Phone Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-fix-for-email-phone-fields#post-48694</link>
			<pubDate>Wed, 08 Feb 2012 10:28:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48694@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome - glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>summitkreative on "CSS fix for Email &#38; Phone Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-fix-for-email-phone-fields#post-48693</link>
			<pubDate>Wed, 08 Feb 2012 10:28:09 +0000</pubDate>
			<dc:creator>summitkreative</dc:creator>
			<guid isPermaLink="false">48693@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you. That did the trick. Appreciate your quick help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS fix for Email &#38; Phone Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-fix-for-email-phone-fields#post-48691</link>
			<pubDate>Wed, 08 Feb 2012 10:15:55 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48691@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your theme's stylesheet you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], textarea, {
background: #FAFAFA;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
border: 1px solid #DDD;
color: #888;
border-image: initial;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To target the email and phone input types, just replace that with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], input[type=&#38;quot;tel&#38;quot;], textarea, {
background: #FAFAFA;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
border: 1px solid #DDD;
color: #888;
border-image: initial;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>summitkreative on "CSS fix for Email &#38; Phone Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-fix-for-email-phone-fields#post-48689</link>
			<pubDate>Wed, 08 Feb 2012 10:04:03 +0000</pubDate>
			<dc:creator>summitkreative</dc:creator>
			<guid isPermaLink="false">48689@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On many of the Gravity Forms I have created I have an issue with certain fields not getting styled to match the rest of the forms. Generally it seems to be the email and phone field.&#60;/p&#62;
&#60;p&#62;See this link for an example: &#60;a href=&#34;http://www.primeorlandoland.com/user-registration/&#34; rel=&#34;nofollow&#34;&#62;http://www.primeorlandoland.com/user-registration/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Would someone be able to explain to me what I am doing wrong, or if I have to override a particle style.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
