<?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: How can I make the form fields have rounded corners?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-make-the-form-fields-have-rounded-corners</link>
		<description>Gravity Support Forums Topic: How can I make the form fields have rounded corners?</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 12:31:34 +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/how-can-i-make-the-form-fields-have-rounded-corners" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "How can I make the form fields have rounded corners?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-make-the-form-fields-have-rounded-corners#post-48167</link>
			<pubDate>Thu, 02 Feb 2012 12:35:33 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48167@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem Andrew - have a great day yourself!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrew hewinson on "How can I make the form fields have rounded corners?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-make-the-form-fields-have-rounded-corners#post-48151</link>
			<pubDate>Thu, 02 Feb 2012 10:13:14 +0000</pubDate>
			<dc:creator>andrew hewinson</dc:creator>
			<guid isPermaLink="false">48151@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;br /&#62;
Thank you so much for your quick response and perfect solution!  :)&#60;br /&#62;
Have a great day,&#60;br /&#62;
Regards,&#60;br /&#62;
Andrew
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How can I make the form fields have rounded corners?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-make-the-form-fields-have-rounded-corners#post-48147</link>
			<pubDate>Thu, 02 Feb 2012 09:49:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48147@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In one of your stylesheets you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;text&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;email&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;url&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;tel&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;password&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
color: white;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace that with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;text&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;email&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;url&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;tel&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;password&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
background-color: #fff;
color: #333;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Border radius allows for the rounded corners and works in everything except IE7/8 of course since this is a CSS3 property. You can feel free to change any of those values of course.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrew hewinson on "How can I make the form fields have rounded corners?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-make-the-form-fields-have-rounded-corners#post-48144</link>
			<pubDate>Thu, 02 Feb 2012 08:43:38 +0000</pubDate>
			<dc:creator>andrew hewinson</dc:creator>
			<guid isPermaLink="false">48144@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi All, :)&#60;/p&#62;
&#60;p&#62;I would like to make the fields have rounded instead of square corners.&#60;br /&#62;
please see here -&#60;br /&#62;
&#60;a href=&#34;http://www.waterfrontportmelbourne.com.au/how-can-we-improve&#34; rel=&#34;nofollow&#34;&#62;http://www.waterfrontportmelbourne.com.au/how-can-we-improve&#60;/a&#62;&#60;br /&#62;
I would like them to have corners like this -&#60;br /&#62;
&#60;a href=&#34;http://www.waterfrontportmelbourne.com.au/general-enquiry&#34; rel=&#34;nofollow&#34;&#62;http://www.waterfrontportmelbourne.com.au/general-enquiry&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Could you please assist me with this?&#60;br /&#62;
Thank you for your time,&#60;br /&#62;
Regards,&#60;br /&#62;
Andrew
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
