<?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: Multiple forms on one site &#124; wish for different background and border colors</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-site-wish-for-different-background-and-border-colors</link>
		<description>Gravity Support Forums Topic: Multiple forms on one site | wish for different background and border colors</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 11:50:57 +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/multiple-forms-on-one-site-wish-for-different-background-and-border-colors" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Multiple forms on one site &#124; wish for different background and border colors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-site-wish-for-different-background-and-border-colors#post-72020</link>
			<pubDate>Tue, 21 Aug 2012 21:10:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72020@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's a comment - so it would be solely for your internal purposes only. Think of it as a note to self.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GJudy on "Multiple forms on one site &#124; wish for different background and border colors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-site-wish-for-different-background-and-border-colors#post-72018</link>
			<pubDate>Tue, 21 Aug 2012 21:06:40 +0000</pubDate>
			<dc:creator>GJudy</dc:creator>
			<guid isPermaLink="false">72018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you! That worked perfectly.  I added the #gform_wrapper_1 or appropriate number to the specific code area.&#60;/p&#62;
&#60;p&#62;Is that line really a note to me? Or does it have some effect?&#60;br /&#62;
'/*-- Form ID 1 Specific Styles ---------------------------------------------*/'&#60;/p&#62;
&#60;p&#62;Thank you again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multiple forms on one site &#124; wish for different background and border colors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-site-wish-for-different-background-and-border-colors#post-71651</link>
			<pubDate>Mon, 20 Aug 2012 00:01:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think there is just a minor misunderstanding.  When you use &#34;gform_wrapper&#34; to apply to all forms, it's identified as a CSS class, and prefaced with a period, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When you get specific to a form, it's almost always as a CSS ID, and it is prefaced with a hash mark, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_5 {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See if changing the way you're doing things helps.  If in question, look at the source of the page, and if you see &#60;strong&#62;id=&#34;gform_wrapper_5&#34;&#60;/strong&#62; it will be referenced as &#60;strong&#62;#gform_wrapper_5&#60;/strong&#62; in your stylesheet. &#60;/p&#62;
&#60;p&#62;If you look at the source of the page and see &#60;strong&#62;class=&#34;gf_browser_chrome gform_wrapper&#34;&#60;/strong&#62;, it will be referenced as &#60;strong&#62;.gform_wrapper&#60;/strong&#62; in your stylesheet.  (gf_browser_chrome is added to the tag based on the browser viewing the page.  It's not relevant here but I wanted to mention it since you might see something like it in the source.)&#60;/p&#62;
&#60;p&#62;Bottom line: class: prefix with a period (.).  ID, prefix with a hash (#).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GJudy on "Multiple forms on one site &#124; wish for different background and border colors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-site-wish-for-different-background-and-border-colors#post-71641</link>
			<pubDate>Sun, 19 Aug 2012 22:31:17 +0000</pubDate>
			<dc:creator>GJudy</dc:creator>
			<guid isPermaLink="false">71641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://sensiblestrategy.com/nonsense&#34; rel=&#34;nofollow&#34;&#62;http://sensiblestrategy.com/nonsense&#60;/a&#62; (a Premise landing Page)&#60;br /&#62;
and &#60;a href=&#34;http://sensiblestrategy.com/stuff-n-nonsense/&#34; rel=&#34;nofollow&#34;&#62;http://sensiblestrategy.com/stuff-n-nonsense/&#60;/a&#62;  a regular page in the Education theme.&#60;/p&#62;
&#60;p&#62;I have removed the tangle of custom css and tried to set something up that looked like it would be 'universal' for all forms.  Than add the code that would separate forms that I found on another threads&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/*-- Enter your custom CSS below --*/
body .gform_wrapper {
    width:450px;
    margin:0 auto;
    font-family: arial!important; font-size: 20px; color: white; margin: 10px;   

}

/*-- Form ID 1 Specific Styles ---------------------------------------------*/

body .gform_wrapper {background: coral; padding:20px}
body .gform_wrapper {border: 5px solid darkolivegreen}

/*-- Form ID 5 Specific Styles ---------------------------------------------*/

body .gform_wrapper {background: steelblue; padding:20px;}
body .gform_wrapper (border: 5px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Some of the code will overcome the other, but any changes affect both forms instead of being style specific. Adding the &#34;_1&#34; or &#34;_4&#34; after wrapper, etc. will remove all background colors.  I got this idea from &#60;a href=&#34;http://pastie.org/1081799&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1081799&#60;/a&#62; in another thread.  Thank you for the help and encouragement.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
