<?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: Can I create a new Ready Class?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class</link>
		<description>Gravity Support Forums Topic: Can I create a new Ready Class?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:15:23 +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/can-i-create-a-new-ready-class" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Can I create a new Ready Class?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class#post-55400</link>
			<pubDate>Mon, 16 Apr 2012 15:46:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55400@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Can I create a new Ready Class?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class#post-55399</link>
			<pubDate>Mon, 16 Apr 2012 15:43:53 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">55399@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Rob, this was just what I was looking for. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Can I create a new Ready Class?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class#post-54663</link>
			<pubDate>Mon, 09 Apr 2012 16:49:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54663@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, try placing this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
li#field_8_1 .gfield_label, li#field_8_2 .gfield_label {
color: white;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Jason on "Can I create a new Ready Class?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class#post-54640</link>
			<pubDate>Mon, 09 Apr 2012 13:12:19 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">54640@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob, this has been working well.&#60;/p&#62;
&#60;p&#62;Just hit a snag however. Can you help me write the proper style rules to make the class gfield_label white for ids input_8_1 and input_8_1?&#60;/p&#62;
&#60;p&#62;Thank you very much for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Can I create a new Ready Class?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class#post-54352</link>
			<pubDate>Thu, 05 Apr 2012 10:41:34 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54352@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, each form has a unique ID tied to it. If you view the form using Chrome Developer Tools or Firebug for Firefox, you'll see that, as well as each li and input has their own unique ID.&#60;/p&#62;
&#60;p&#62;So, you could just use those IDs to target individual elements, or you can use classes as well. Here is some more information on structure to help you with your selectors:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Can I create a new Ready Class?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class#post-54302</link>
			<pubDate>Wed, 04 Apr 2012 17:39:59 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">54302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;Thanks. Here's a link to a little capture form I'm creating: &#60;a href=&#34;http://simplemethod.ca/test/&#34; rel=&#34;nofollow&#34;&#62;http://simplemethod.ca/test/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'd like to style this in a number of ways that would set it apart from a normal form, including possibly the font, the input boxes – to be wider in relation to the available space in the div container they are in, and maybe some other things.&#60;/p&#62;
&#60;p&#62;I think that's it for now!&#60;/p&#62;
&#60;p&#62;Best Regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Can I create a new Ready Class?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class#post-53105</link>
			<pubDate>Wed, 21 Mar 2012 19:54:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">53105@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Jason, sure. Overall - GF has a lot of ways you can select and hook onto elements with CSS. Care to share a link and/or some more detail with what exactly you are trying to achieve? I'd be happy to help you with the best way to tackle it after seeing the bigger picture.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Can I create a new Ready Class?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-create-a-new-ready-class#post-53101</link>
			<pubDate>Wed, 21 Mar 2012 18:27:41 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">53101@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like to style a form, but not have it affect all of my forms.&#60;/p&#62;
&#60;p&#62;What would be the recommended way of doing this? Can I create a new Ready Class and then choose it? Can I override things like the margin and the width: 47% in the gform wrapper?&#60;/p&#62;
&#60;p&#62;Thanks so much. :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
