<?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: Different field background colours</title>
		<link>https://legacy.forums.gravityhelp.com/topic/different-field-background-colours</link>
		<description>Gravity Support Forums Topic: Different field background colours</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:29:20 +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/different-field-background-colours" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Different field background colours"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/different-field-background-colours#post-45019</link>
			<pubDate>Tue, 27 Dec 2011 20:38:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">45019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kyle did a good job above of outlining the problem.  He's exactly right.  With HTML5 enabled it's going to output HTML5 input types.  &#60;/p&#62;
&#60;p&#62;If your theme is configured to style SOME of the HTML5 input types, but not all of them... there could be some inconsistency in how the fields appear.  &#60;/p&#62;
&#60;p&#62;You'd need to adjust things so that all of the HTML5 input types are styled in a consistent fashion in your theme stylesheet.&#60;/p&#62;
&#60;p&#62;Closing this topic as it appears you have a handle on this issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Middleton on "Different field background colours"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/different-field-background-colours#post-45000</link>
			<pubDate>Tue, 27 Dec 2011 13:33:50 +0000</pubDate>
			<dc:creator>Chris Middleton</dc:creator>
			<guid isPermaLink="false">45000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kyle, that's cracking - and thanks for the quick response. For the moment I have disabled HTML5 as the easy way to solve this - I will come back to this when I have finished this and the new site which my dentist wants up and running for 3 Jan... &#60;/p&#62;
&#60;p&#62;Many thanks again for your help, and all the best. Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Different field background colours"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/different-field-background-colours#post-44999</link>
			<pubDate>Tue, 27 Dec 2011 13:27:46 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">44999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the Gravity Forms Settings, you've enabled HTML5 on the new site.  This means that instead of the input field having the type of TEXT it has the type of EMAIL and TEL.  So your styling needs to be adjusted.  In your stylesheet you have:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], textarea, input[type=&#38;quot;submit&#38;quot;], ins {
    background-color: #F0F0F0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll want to change this to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;email&#38;quot;],  input[type=&#38;quot;tel&#38;quot;], textarea, input[type=&#38;quot;submit&#38;quot;], ins {
    background-color: #F0F0F0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I think you have some other styling for these too in another section (box-shadow for example), so basically if you do a search in your style.css for &#60;u&#62;type=&#34;text&#34;&#60;/u&#62; you can add the type=&#34;email&#34; and type=&#34;tel&#34; options to get them to take on the same styling.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Middleton on "Different field background colours"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/different-field-background-colours#post-44997</link>
			<pubDate>Tue, 27 Dec 2011 13:19:04 +0000</pubDate>
			<dc:creator>Chris Middleton</dc:creator>
			<guid isPermaLink="false">44997@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I am just in the process of transferring a site to a new domain. The old one is on the previous version of GF so not sure if this is something in my styling or a change to the GF code. On the new one, the field backgrounds are different colours for different fields, seeminly at randon.&#60;/p&#62;
&#60;p&#62;Old (OK) form - &#60;a href=&#34;http://www.southwelldentalcare.com/register/&#34; rel=&#34;nofollow&#34;&#62;http://www.southwelldentalcare.com/register/&#60;/a&#62;&#60;br /&#62;
New (problem) form - &#60;a href=&#34;http://www.carltonandsouthwelldentalcare.com/southwell/register/&#34; rel=&#34;nofollow&#34;&#62;http://www.carltonandsouthwelldentalcare.com/southwell/register/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Compare the Name and Email fields. Can you shed any light on this?&#60;/p&#62;
&#60;p&#62;Hope you all had a great holiday, all the best for a successful 2012 to everyone at Rocketgenius.&#60;/p&#62;
&#60;p&#62;Thanks, Chris
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
