<?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 and Gravity Forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms</link>
		<description>Gravity Support Forums Topic: CSS and Gravity Forms</description>
		<language>en-US</language>
		<pubDate>Thu, 16 Apr 2026 19:33:06 +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-and-gravity-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "CSS and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms#post-47576</link>
			<pubDate>Fri, 27 Jan 2012 16:02:13 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47576@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome! Form is looking great man. Glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tutarata on "CSS and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms#post-47574</link>
			<pubDate>Fri, 27 Jan 2012 16:00:39 +0000</pubDate>
			<dc:creator>tutarata</dc:creator>
			<guid isPermaLink="false">47574@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I only wish all companies in the world could have this level of support.&#60;/p&#62;
&#60;p&#62;Thanks a lot, Rob!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms#post-47573</link>
			<pubDate>Fri, 27 Jan 2012 15:56:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Whoops, try this one for that:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
text-align: left  !important;
float: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tutarata on "CSS and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms#post-47570</link>
			<pubDate>Fri, 27 Jan 2012 15:50:59 +0000</pubDate>
			<dc:creator>tutarata</dc:creator>
			<guid isPermaLink="false">47570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You guys are really awesome. Thanks!&#60;/p&#62;
&#60;p&#62;I used the code, but the choices for the radio buttons are still aligned to the right - any idea of what may be wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms#post-47569</link>
			<pubDate>Fri, 27 Jan 2012 15:49:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this for the submit button:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer .gform_button {
background: #666 !important;
border: 1px solid black !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;One thing to note about these styles as well, these would be for global form styling. If you ever wanted to specify a rule for a specific form, each form has it's own unique ID wrapped around it, so you can just add that to the selectors to affect only those forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tutarata on "CSS and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms#post-47566</link>
			<pubDate>Fri, 27 Jan 2012 15:45:47 +0000</pubDate>
			<dc:creator>tutarata</dc:creator>
			<guid isPermaLink="false">47566@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks a lot - I figured out the changing of what the button says by going to the &#34;advanced&#34; tab.&#60;/p&#62;
&#60;p&#62;however, now I'd like to change the color of the Submit button, so the text is black instead of white - any idea?&#60;/p&#62;
&#60;p&#62;in the meantime, I'm going to add the code you provided to the style.css&#60;/p&#62;
&#60;p&#62;Tks!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms#post-47564</link>
			<pubDate>Fri, 27 Jan 2012 15:43:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47564@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Always place styles into your theme's stylesheet, try these out below:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
h3.gform_title {
font-size: 2em !important;
}
.gform_wrapper .gfield_label {
width: auto !important;
float: none !important;
text-align: left !important;
}
.gfield_description {
font-size: 1em !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Didn't completely understand your last question, are you looking for styling help on the submit button or how to change what the button says?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tutarata on "CSS and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-and-gravity-forms#post-47559</link>
			<pubDate>Fri, 27 Jan 2012 15:24:12 +0000</pubDate>
			<dc:creator>tutarata</dc:creator>
			<guid isPermaLink="false">47559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob and team - I've checked the previous posts on CSS discussion and I understood that the best way to go is to keep &#34;Output CSS&#34; as &#34;Yes&#34; and only do the small changes we need.&#60;/p&#62;
&#60;p&#62;Problem here is that 1) I know nothing of CSS and 2) I did some small tweaks on my CSS to be able to make one of my other forms look better on my site.&#60;/p&#62;
&#60;p&#62;However, because of these tweaks, the Gravity Forms CSS seems to be affected.&#60;/p&#62;
&#60;p&#62;On this link &#60;a href=&#34;http://bit.ly/zbxi3h&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/zbxi3h&#60;/a&#62; (I shortened so my URL does not get indexed by search engines) you will see that my survey got messed.&#60;/p&#62;
&#60;p&#62;In particular, I'd like:&#60;/p&#62;
&#60;p&#62;1) Larger font size for Title&#60;br /&#62;
2) Field label supporting more characters, since currently it is breaking down into multiple lines and getting squeezed at the left side&#60;br /&#62;
3) Align radio button choices to the left (currently they are aligned to the right)&#60;br /&#62;
4) Larger font size for Description&#60;br /&#62;
5) Change &#34;submit&#34; from the final Submit button for a different text&#60;/p&#62;
&#60;p&#62;Would you please give some directions? Although I found the CSS guide, I was not able to figure out which files I should be editing and how... :-(  #cssdummyhere
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
