<?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: Changing colour and shape</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-colour-and-shape</link>
		<description>Gravity Support Forums Topic: Changing colour and shape</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 21:46: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/changing-colour-and-shape" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Changing colour and shape"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-colour-and-shape#post-54540</link>
			<pubDate>Sat, 07 Apr 2012 14:36:06 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">54540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, your theme CSS is targeting specific input types. Apparently, it's not including the styles for the email type input (only the text type and textareas). You can try adding this to your theme stylesheet to get all of the bases covered. As I mentioned, you'll want to put it at the end of the stylesheet so these styles will supersede the others.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	background: url(&#38;quot;images/field_bkg.png&#38;quot;) repeat-x scroll 0 0 #FAFAFA;
    	border: 1px solid #DDDDDD;
    	border-radius: 5px 5px 5px 5px;
    	color: #6A6A6A;
    	font-family: &#38;quot;Droid Sans&#38;quot;,&#38;quot;Helvetica Neue&#38;quot;,Helvetica,Arial,sans-serif;
    	padding: 10px 0
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://bit.ly/HhGJzr&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/HhGJzr&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and yeah, it looks like you can put these in your theme's style.css file found here&#60;br /&#62;
&#60;a href=&#34;http://yogaleicester.co.uk/wp-content/themes/clarity/style.css&#34; rel=&#34;nofollow&#34;&#62;http://yogaleicester.co.uk/wp-content/themes/clarity/style.css&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zom on "Changing colour and shape"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-colour-and-shape#post-54533</link>
			<pubDate>Sat, 07 Apr 2012 12:41:53 +0000</pubDate>
			<dc:creator>zom</dc:creator>
			<guid isPermaLink="false">54533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for this.  I have contacted the theme developer and will await response.&#60;/p&#62;
&#60;p&#62;In the meantime any idea why the email box looks different to the others? I haven't made any adjustments. &#60;a href=&#34;http://yogaleicester.co.uk/contact/&#34; rel=&#34;nofollow&#34;&#62;http://yogaleicester.co.uk/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks Zoe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing colour and shape"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-colour-and-shape#post-54531</link>
			<pubDate>Sat, 07 Apr 2012 10:37:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">54531@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would make any custom CSS changes in your THEME stylesheet. This is usually a style.css file in your theme directory.. occasionally it's a custom.css file depending on how your theme developer set it up. If you're unsure, you can contact the theme developer to find out for sure where to place custom CSS rules. Wherever you put them, you'll want to put any custom rules at the end of your stylesheet.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's a page with samples of how to target and manipulate specific elements in your form. It may come in handy for you.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zom on "Changing colour and shape"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-colour-and-shape#post-54526</link>
			<pubDate>Sat, 07 Apr 2012 08:20:12 +0000</pubDate>
			<dc:creator>zom</dc:creator>
			<guid isPermaLink="false">54526@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,  I've just purchased Gravity and have uploaded a form into a page.  I'd like to change the look of the form.  Do I do this in Style Sheet?  I'm looking to remove background colour, rounded corners and shadows from boxes.  &#60;a href=&#34;http://yogaleicester.co.uk/contact/&#34; rel=&#34;nofollow&#34;&#62;http://yogaleicester.co.uk/contact/&#60;/a&#62;&#60;br /&#62;
Thanks Zoë
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
