<?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 styles on form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-styles-on-form</link>
		<description>Gravity Support Forums Topic: CSS styles on form</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 04:22:55 +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-styles-on-form" rel="self" type="application/rss+xml" />

		<item>
			<title>ironmal on "CSS styles on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styles-on-form#post-35366</link>
			<pubDate>Wed, 14 Sep 2011 22:32:42 +0000</pubDate>
			<dc:creator>ironmal</dc:creator>
			<guid isPermaLink="false">35366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You The Man !! Thanks Kevin. &#60;/p&#62;
&#60;p&#62;Best Regards, Mal
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS styles on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styles-on-form#post-35334</link>
			<pubDate>Wed, 14 Sep 2011 16:18:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, I noticed but I forgot to mention that earlier, I didn't inspect your CSS to be sure, but I'm guessing that you have the &#34;output HTML5&#34; option on and I'm sure that your theme CSS has applied the border style to the text input type ( input[type=text] ) specifically.&#60;/p&#62;
&#60;p&#62;The thing is, if that the email and phone fields are new input types ( tel and email ) in HTML 5 so you'll need to add them to that rule. You can locate the rule in your styles that adds the border, then add these in as well.. something like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=email] {
    border: red;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ironmal on "CSS styles on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styles-on-form#post-35332</link>
			<pubDate>Wed, 14 Sep 2011 16:06:28 +0000</pubDate>
			<dc:creator>ironmal</dc:creator>
			<guid isPermaLink="false">35332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You were right about the cache. On both my Mac and PC. I rebuilt the form several times and I'm still having display problems with some of the fields. Although it looks the same on all the browsers I used. I'll test it later on Adobe Browser Labs. I can use another contact form on this site to get it launched but I want to get Gravity working on it perfectly moving forward do build online applications. Any idea on the latest display prob where the phone and email fields do not have any background?&#60;/p&#62;
&#60;p&#62;Best Regards,  Mal
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "CSS styles on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styles-on-form#post-35292</link>
			<pubDate>Wed, 14 Sep 2011 13:35:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35292@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No arrows here in Chrome on Linux.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS styles on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styles-on-form#post-35241</link>
			<pubDate>Wed, 14 Sep 2011 08:30:45 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35241@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I checked 3 browsers and don't see any bullet images/arrows. It looks like your styles are being applied.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/qqjVgI&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qqjVgI&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Try clearing your browser cache and see if that helps out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ironmal on "CSS styles on form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styles-on-form#post-35240</link>
			<pubDate>Wed, 14 Sep 2011 08:16:55 +0000</pubDate>
			<dc:creator>ironmal</dc:creator>
			<guid isPermaLink="false">35240@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello everyone - I have a test site and a form at&#60;br /&#62;
&#60;a href=&#34;http://j74.net/contact/&#34; rel=&#34;nofollow&#34;&#62;http://j74.net/contact/&#60;/a&#62;&#60;br /&#62;
There are arrows on each of the form elements even though I added this to the bottom of the main stylesheet&#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 {
	list-style-type:none!important;
	list-style-image:none!important;
	list-style:none!important;
	background-image:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any help with this will be appreciated. Thanks !!  Regards - Mal
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
