<?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: Apply to all forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/apply-to-all-forms</link>
		<description>Gravity Support Forums Topic: Apply to all forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 16:12:56 +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/apply-to-all-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>timedriven on "Apply to all forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/apply-to-all-forms#post-131657</link>
			<pubDate>Fri, 25 Jan 2013 18:16:46 +0000</pubDate>
			<dc:creator>timedriven</dc:creator>
			<guid isPermaLink="false">131657@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool, it looks like that worked. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Apply to all forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/apply-to-all-forms#post-131638</link>
			<pubDate>Fri, 25 Jan 2013 17:29:25 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">131638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It seems as though right now you are targeting each form ID individually. Instead, you should just be able to use:  .gform_wrapper in place of #gform_wrapper_#
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timedriven on "Apply to all forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/apply-to-all-forms#post-131620</link>
			<pubDate>Fri, 25 Jan 2013 16:54:10 +0000</pubDate>
			<dc:creator>timedriven</dc:creator>
			<guid isPermaLink="false">131620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a bit of code that I am duplicating for all of my forms for formatting purposes. Can you suggest a way to simplify this so my settings apply to all forms? Otherwise I need to keep duplicating a portion each time I create a new form!&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 form {
     background: url(&#38;#39;http://www.agilebts.com/wp-content/uploads/2013/01/Green-Form.png&#38;#39;);
&#38;#39;);
    padding: 10px;
      border:0px solid #cccccc;
border-radius: 10px;

        box-shadow:  3px 3px 5px 1px rgba(100, 100, 100, .7);

}

/* make the form container relative for positioning */

body #gform_wrapper_1 {
    position: relative;
}

/* resize and position the form footer with the button */

body #gform_wrapper_1 .gform_footer {
    width: auto;
    position: relative;
    top: 15px;
    left: 0px;
    padding: 0;
    margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color: #FFFFFF}

body #gform_wrapper_3 form {
     background: url(&#38;#39;http://www.agilebts.com/wp-content/uploads/2013/01/Green-Form.png&#38;#39;);
&#38;#39;);
    padding: 10px;
      border:0px solid #cccccc;
border-radius: 10px;

        box-shadow:  3px 3px 5px 1px rgba(100, 100, 100, .7);

}

/* make the form container relative for positioning */

body #gform_wrapper_3 {
    position: relative;
}

/* resize and position the form footer with the button */

body #gform_wrapper_3 .gform_footer {
    width: auto;
    position: relative;
    top: 15px;
    left: 0px;
    padding: 0;
    margin: 0;
}

body #gform_wrapper_4 form {
     background: url(&#38;#39;http://www.agilebts.com/wp-content/uploads/2013/01/Green-Form.png&#38;#39;);
&#38;#39;);
    padding: 10px;
      border:0px solid #cccccc;
border-radius: 10px;

        box-shadow:  3px 3px 5px 1px rgba(100, 100, 100, .7);

}

/* make the form container relative for positioning */

body #gform_wrapper_4 {
    position: relative;
}

/* resize and position the form footer with the button */

body #gform_wrapper_4 .gform_footer {
    width: auto;
    position: relative;
    top: 15px;
    left: 0px;
    padding: 0;
    margin: 0;
}

body #gform_wrapper_5 form {
     background: url(&#38;#39;http://www.agilebts.com/wp-content/uploads/2013/01/Green-Form.png&#38;#39;);
&#38;#39;);
    padding: 10px;
      border:0px solid #cccccc;
border-radius: 10px;

        box-shadow:  3px 3px 5px 1px rgba(100, 100, 100, .7);

}

/* make the form container relative for positioning */

body #gform_wrapper_5 {
    position: relative;
}

/* resize and position the form footer with the button */

body #gform_wrapper_5 .gform_footer {
    width: auto;
    position: relative;
    top: 15px;
    left: 0px;
    padding: 0;
    margin: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
