<?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 to change input fields from sunken box to solid lines</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-input-fields-from-sunken-box-to-solid-lines</link>
		<description>Gravity Support Forums Topic: How to change input fields from sunken box to solid lines</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 01:44:29 +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-to-change-input-fields-from-sunken-box-to-solid-lines" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "How to change input fields from sunken box to solid lines"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-input-fields-from-sunken-box-to-solid-lines#post-25284</link>
			<pubDate>Wed, 11 May 2011 11:14:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to do this via custom CSS.  You would have to write custom CSS that you would add to your themes stylesheet to target and style whatever form elements you want to style.&#60;/p&#62;
&#60;p&#62;Here is documentation on how to target and style form elements:&#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;
&#60;p&#62;In your case you would target text inputs and textareas.  An example would be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This would get text inputs a 1px solid red border.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_body .gform_fields .gfield textarea {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This would get textareas a 1px solid red border.&#60;/p&#62;
&#60;p&#62;You would have to customize the CSS to style the field however you want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daviddmonte on "How to change input fields from sunken box to solid lines"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-input-fields-from-sunken-box-to-solid-lines#post-25266</link>
			<pubDate>Wed, 11 May 2011 07:50:47 +0000</pubDate>
			<dc:creator>daviddmonte</dc:creator>
			<guid isPermaLink="false">25266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I have no knowledge on CSS or PHP. The forms that i have created using gravity forms are excellent. Drop and drag, i love it. The only thing is that the input fields are always sunken. I prefer them to be solid lines. Any idea's what i need to add to the themes style sheet to make the changes. &#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
