<?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: Newbie needing help with styling forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/newbie-needing-help-with-styling-forms</link>
		<description>Gravity Support Forums Topic: Newbie needing help with styling forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:53:09 +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/newbie-needing-help-with-styling-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Newbie needing help with styling forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-needing-help-with-styling-forms#post-36632</link>
			<pubDate>Thu, 29 Sep 2011 14:56:11 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">36632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. I'm very pleased I could help. Have fun and let us know if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Studio610 on "Newbie needing help with styling forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-needing-help-with-styling-forms#post-36628</link>
			<pubDate>Thu, 29 Sep 2011 14:20:13 +0000</pubDate>
			<dc:creator>Studio610</dc:creator>
			<guid isPermaLink="false">36628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That was perfect Kevin...exactly what I was looking for! Thanks so much for your quick response. I should be able to play with it from there but I'm not going to have to do much...thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Newbie needing help with styling forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-needing-help-with-styling-forms#post-36529</link>
			<pubDate>Wed, 28 Sep 2011 22:12:33 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">36529@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, having looked even more closely at your form.. this is going to be the easiest route to getting something consistent. The current theme sets some goofy background image that's simply not going to work for you very easily. You can try adding this to the end of your theme stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=&#38;quot;text&#38;quot;],
body .gform_wrapper input[type=&#38;quot;url&#38;quot;],
body .gform_wrapper input[type=&#38;quot;email&#38;quot;],
body .gform_wrapper input[type=&#38;quot;tel&#38;quot;],
body .gform_wrapper input[type=&#38;quot;number&#38;quot;],
body .gform_wrapper input[type=&#38;quot;password&#38;quot;],
body .gform_wrapper textarea,
body .gform_wrapper select {
	background-image: none !important;
	background-color: #EFEFEF;
	font-family: Georgia,&#38;quot;Times New Roman&#38;quot;,Times,serif;
	font-style: italic;
	font-size: 1em !important;
	color: #909090;
	text-shadow: 0 1px 0 #FFFFFF;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

body .gform_wrapper input[type=&#38;quot;text&#38;quot;],
body .gform_wrapper input[type=&#38;quot;url&#38;quot;],
body .gform_wrapper input[type=&#38;quot;email&#38;quot;],
body .gform_wrapper input[type=&#38;quot;tel&#38;quot;],
body .gform_wrapper input[type=&#38;quot;number&#38;quot;],
body .gform_wrapper input[type=&#38;quot;password&#38;quot;],
body .gform_wrapper textarea {
	padding: 4px 0
}

body .gform_wrapper select {
	padding: 3px 0
}

body .gform_wrapper input[type=submit] {
	font-family: Georgia,&#38;quot;Times New Roman&#38;quot;,Times,serif;
	font-style: italic;
	font-size: 1em !important;
	color: #909090;
	text-shadow: 0 1px 0 #FFFFFF;
	height: 2em;
	line-height: 2em;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

body .gform_wrapper input[type=image] {
	width: auto;
	height: auto;
	border: none !important;
	padding: 0 !important;
	background: none !important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and here's my test screenshot: &#60;a href=&#34;http://bit.ly/pDYsJz&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/pDYsJz&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That should give you a good base to run with. Good luck with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Newbie needing help with styling forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-needing-help-with-styling-forms#post-36527</link>
			<pubDate>Wed, 28 Sep 2011 21:23:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">36527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You'll need to be more specific about what you want. Do you want all of the fields to have the white background with squared corners, or do you want all of the fields to have the custom styling that's being inherited from your theme?&#60;/p&#62;
&#60;p&#62;We can probably point you in the right direction, but we need a little more guidance so we can help you out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Studio610 on "Newbie needing help with styling forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-needing-help-with-styling-forms#post-36522</link>
			<pubDate>Wed, 28 Sep 2011 19:55:05 +0000</pubDate>
			<dc:creator>Studio610</dc:creator>
			<guid isPermaLink="false">36522@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've looked through the forum and can't seem to find what I'm looking for. I'm so new at this that I was wondering if anyone had any css styling code they could share that I could just paste into my theme. Once it's there, I can play with the settings but I really have no idea where to begin.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gle.studio610.org/site-survey/&#34; rel=&#34;nofollow&#34;&#62;http://gle.studio610.org/site-survey/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
