<?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: Change background color</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-background-color</link>
		<description>Gravity Support Forums Topic: Change background color</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 04:59:43 +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/change-background-color" rel="self" type="application/rss+xml" />

		<item>
			<title>MarcelFenchel on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-30362</link>
			<pubDate>Mon, 18 Jul 2011 19:18:05 +0000</pubDate>
			<dc:creator>MarcelFenchel</dc:creator>
			<guid isPermaLink="false">30362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Works now! Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-30359</link>
			<pubDate>Mon, 18 Jul 2011 18:50:25 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30359@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@MarcelFenchel You wouldn't change ANY of the Gravity Forms files.  You should never edit the Gravity Forms files.  If you want to change any style elements you would do so by adding custom CSS to your themes stylesheet to target and style the form element you want to style.&#60;/p&#62;
&#60;p&#62;Kevin provided a link in a post above to the help guide for targeting and styling form elements.  You can find it here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We do not provide support for customized versions of Gravity Forms where a user has edited the core plugin files.  All customizations should be done either via CSS you add to your themes stylesheet, or via the use of hooks and filters when it involves customizing something using PHP.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcelFenchel on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-30354</link>
			<pubDate>Mon, 18 Jul 2011 18:32:59 +0000</pubDate>
			<dc:creator>MarcelFenchel</dc:creator>
			<guid isPermaLink="false">30354@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you please tell me the name of the data-file where I can change the color of the contact form (for example &#34;forms.css&#34; or &#34;form_display.php&#34;)? Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-30145</link>
			<pubDate>Fri, 15 Jul 2011 16:32:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30145@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are no default section &#34;containers&#34; like fieldsets. The section breaks are structured as a node in the same unordered list as the rest of the fields. If you want to wrap fields in actual containing elements be it fieldsets or divs, you will have to make use of the inline HTML fields to add your own markup. It's not really as difficult as it sounds and I've detailed how to do it here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29423&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29423&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After you add your new containers, then you would target them by their unique ID and apply backgrounds or whatever other style properties you would like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dustinmattison on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-30132</link>
			<pubDate>Fri, 15 Jul 2011 15:34:47 +0000</pubDate>
			<dc:creator>dustinmattison</dc:creator>
			<guid isPermaLink="false">30132@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone suggest how I can change the color backgrounds for each section, so it is easier on the eyes to keep track of the sections? &#60;a href=&#34;http://3pl-survey.supplychainheros.com/&#34; rel=&#34;nofollow&#34;&#62;http://3pl-survey.supplychainheros.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-29060</link>
			<pubDate>Mon, 04 Jul 2011 09:45:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29060@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcelFenchel on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-29057</link>
			<pubDate>Mon, 04 Jul 2011 06:51:27 +0000</pubDate>
			<dc:creator>MarcelFenchel</dc:creator>
			<guid isPermaLink="false">29057@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you! But where do I find the &#34;data file&#34; to put in these changes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-28914</link>
			<pubDate>Thu, 30 Jun 2011 15:49:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, each form has a div &#34;wrapper&#34; element containing it and you can easily apply a background color to that.&#60;/p&#62;
&#60;p&#62;This would apply the background color to all of your forms.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper { background-color:yellow }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and this would apply only to form ID #1. Note the _1 in the ID used below - you would replace that with your actual form ID&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 { background-color:yellow }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can more information on targeting form elements for styling manipulation in the documentation here. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcelFenchel on "Change background color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-background-color#post-28890</link>
			<pubDate>Thu, 30 Jun 2011 12:04:48 +0000</pubDate>
			<dc:creator>MarcelFenchel</dc:creator>
			<guid isPermaLink="false">28890@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to give the contact form a background color?&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
