<?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: Customizing 2 out of 5 forms with the same CSS style</title>
		<link>https://legacy.forums.gravityhelp.com/topic/customizing-2-out-of-5-forms-with-the-same-css-style</link>
		<description>Gravity Support Forums Topic: Customizing 2 out of 5 forms with the same CSS style</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:16:52 +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/customizing-2-out-of-5-forms-with-the-same-css-style" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Customizing 2 out of 5 forms with the same CSS style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-2-out-of-5-forms-with-the-same-css-style#post-45488</link>
			<pubDate>Wed, 04 Jan 2012 17:50:29 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45488@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, looking good! Glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nantyliana on "Customizing 2 out of 5 forms with the same CSS style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-2-out-of-5-forms-with-the-same-css-style#post-45484</link>
			<pubDate>Wed, 04 Jan 2012 17:37:37 +0000</pubDate>
			<dc:creator>Nantyliana</dc:creator>
			<guid isPermaLink="false">45484@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow thanks for your help! it did work! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nantyliana on "Customizing 2 out of 5 forms with the same CSS style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-2-out-of-5-forms-with-the-same-css-style#post-45480</link>
			<pubDate>Wed, 04 Jan 2012 17:33:48 +0000</pubDate>
			<dc:creator>Nantyliana</dc:creator>
			<guid isPermaLink="false">45480@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The site is in spanish, but sure! there it is: &#60;a href=&#34;http://www.adondeiremos.com.mx/kleverest/bannersprice/#gf_12&#34; rel=&#34;nofollow&#34;&#62;http://www.adondeiremos.com.mx/kleverest/bannersprice/#gf_12&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your reply, I'm gonna try it out! ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customizing 2 out of 5 forms with the same CSS style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-2-out-of-5-forms-with-the-same-css-style#post-45478</link>
			<pubDate>Wed, 04 Jan 2012 17:30:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45478@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form, so I can reference it. But looking about when you put:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_11 body #gform_wrapper_12 .gfield_label { color:#4b545b!important; font-size: 24px!important; font-family: &#38;#39;Cabin&#38;#39;, serif!important; font-weight:700!important;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You are close there, but the selector should read like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_11 .gfield_label, body #gform_wrapper_12 .gfield_label { color:#4b545b!important; font-size: 24px!important; font-family: &#38;#39;Cabin&#38;#39;, serif!important; font-weight:700!important;}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nantyliana on "Customizing 2 out of 5 forms with the same CSS style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-2-out-of-5-forms-with-the-same-css-style#post-45476</link>
			<pubDate>Wed, 04 Jan 2012 17:27:32 +0000</pubDate>
			<dc:creator>Nantyliana</dc:creator>
			<guid isPermaLink="false">45476@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the quick reply!&#60;br /&#62;
I am trying to change the font color for all labels especifically on those 2 forms, this is what I got, but nothing seems to change :(&#60;br /&#62;
body #gform_wrapper_11 body #gform_wrapper_12 .gfield_label { color:#4b545b!important;  font-size: 24px!important;  font-family: 'Cabin', serif!important; font-weight:700!important;}&#60;br /&#62;
body #gform_wrapper_11 body #gform_wrapper_12 .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {font-size: 14px!important; color:#4b545b!important;}&#60;/p&#62;
&#60;p&#62;I also have this other code on the stylesheet, and this is what the form looks like instead:&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color:white; font-size: 18px!important; font-weight: bold; padding:20px 0 1px 0; letter-spacing:0em; margin: 0 0 1px 10px!important;}&#60;/p&#62;
&#60;p&#62;Can you please tell me what I'm doing wrong?&#60;br /&#62;
Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customizing 2 out of 5 forms with the same CSS style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-2-out-of-5-forms-with-the-same-css-style#post-45471</link>
			<pubDate>Wed, 04 Jan 2012 17:17:45 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, since each form has it's own unique ID, you can group styles together with commas or give them unique properties. An example would be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1, body #gform_wrapper_2 {
margin: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 {
margin: 10px;
}
body #gform_wrapper_2 {
margin: 30px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nantyliana on "Customizing 2 out of 5 forms with the same CSS style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-2-out-of-5-forms-with-the-same-css-style#post-45468</link>
			<pubDate>Wed, 04 Jan 2012 17:14:42 +0000</pubDate>
			<dc:creator>Nantyliana</dc:creator>
			<guid isPermaLink="false">45468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys,&#60;br /&#62;
Is there a way I can customize 2 out of 5 forms I've got on the site using something like this:&#60;br /&#62;
body #gform_wrapper_1 #gform_wrapper_2 {some code in here...} ??? or do I need to do it one by one?&#60;/p&#62;
&#60;p&#62;Thanks in advance!!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
