<?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 the background colour for the text</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text</link>
		<description>Gravity Support Forums Topic: change the background colour for the text</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 19:42:37 +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-the-background-colour-for-the-text" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "change the background colour for the text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text#post-23153</link>
			<pubDate>Wed, 13 Apr 2011 11:02:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post a link to your form so we can see it/browse it and we can inspect it and help you with the CSS.  It's difficult to do without being able to see your form on your site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marosh on "change the background colour for the text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text#post-23131</link>
			<pubDate>Wed, 13 Apr 2011 05:22:32 +0000</pubDate>
			<dc:creator>Marosh</dc:creator>
			<guid isPermaLink="false">23131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;br /&#62;
I pasted the code you gave me:&#60;/p&#62;
&#60;p&#62;#gform_wrapper_7 #field_16_1 .gsection_description {background-color:red; padding:10px;}&#60;/p&#62;
&#60;p&#62;to the themes CSS (&#34;template css.css&#34;). And nothing change :-( &#60;/p&#62;
&#60;p&#62;I was thinking if the container ID/field ID need to be like that:&#60;br /&#62;
#gform_wrapper_7 #field_7_16 .gsection_description {background-color:red; padding:10px;} &#60;/p&#62;
&#60;p&#62;However, it's not working as well.&#60;/p&#62;
&#60;p&#62;Again this is my database details of the field:&#60;br /&#62;
id=355  / lead_id=29 / form_id=7 / field_number = 16.1 / value=RAL7032 /&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;br /&#62;
Marosh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "change the background colour for the text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text#post-23071</link>
			<pubDate>Tue, 12 Apr 2011 11:25:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Marosh You would any custom CSS to your themes stylesheet.  Your code above is incorrect.  The code you would want to add is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_7 #field_16_1 .gsection_description {background-color:red; padding:10px;}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Marosh on "change the background colour for the text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text#post-23052</link>
			<pubDate>Tue, 12 Apr 2011 10:28:29 +0000</pubDate>
			<dc:creator>Marosh</dc:creator>
			<guid isPermaLink="false">23052@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It sort it now. You was right, it was problem with server permission.&#60;br /&#62;
Thanks Carl. Much appreciated. &#60;/p&#62;
&#60;p&#62;I understand policy of gravityform regarding editing/changing Gravity Forms files. I didnt want to change files, I tried to follow post from RichardBest:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/two-different-css-classes-for-section-field-description-text-please-help#post-6533&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/two-different-css-classes-for-section-field-description-text-please-help#post-6533&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And when I tried pasted form.css in the theme's stylesheet I get this permission pop-up window.&#60;br /&#62;
And than I tried find out the problem by editing/deleting/renaming etc. And still I get this server permission problem. Than I asked you for help. Than after your respond I noticed that this is no&#60;br /&#62;
just in gravityform folder but in every single folder/file in wordpress.&#60;/p&#62;
&#60;p&#62;But now is everything OK and I can concentrate on my work in wordpress.&#60;br /&#62;
---------------------------------------------&#60;br /&#62;
Well, I am trying achieve this one from Kevin Flahaut:&#60;br /&#62;
&#60;a href=&#34;http://c0848462.cdn.cloudfiles.rackspacecloud.com/b46fe57e0fed38a2f4b95e831ce88a29.png&#34; rel=&#34;nofollow&#34;&#62;http://c0848462.cdn.cloudfiles.rackspacecloud.com/b46fe57e0fed38a2f4b95e831ce88a29.png&#60;/a&#62;&#60;br /&#62;
code:&#60;br /&#62;
( 1#gform_wrapper_29 #field_29_2 .gsection_description {background-color:red; padding:10px;}&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;MY QUESTIONS:&#60;/p&#62;
&#60;p&#62;1, Question,&#60;br /&#62;
This is the values from database, where I need change colour of background&#60;br /&#62;
id=757 	lead_id=51 	form_id=7 	field_number = 16.1  value=RAL7032 &#60;/p&#62;
&#60;p&#62;Well, in my case is this the code below correct?&#60;br /&#62;
code:&#60;br /&#62;
( 1#gform_wrapper_7 #field_16_1 .gsection_description {background-color:red; padding:10px;}&#60;br /&#62;
) &#60;/p&#62;
&#60;p&#62;2 Question,&#60;br /&#62;
But It is not really clear for me, where can I add code? and what css file?&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;Marosh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "change the background colour for the text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text#post-22973</link>
			<pubDate>Mon, 11 Apr 2011 12:51:59 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22973@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't have 2 versions of Gravity Forms installed the way WordPress plugins work.  So that isn't going to work out for you if they are both on your site.&#60;/p&#62;
&#60;p&#62;As for the errors you are getting, those sound like file permission errors.  Those are unrelated to Gravity Forms.  Those are server permission related.&#60;/p&#62;
&#60;p&#62;You shouldn't be editing/changing Gravity Forms files anyway, or at least if you want to be able to keep up to date with how Gravity Forms updates.&#60;/p&#62;
&#60;p&#62;There is no need to change the core files when you can make customizations using the available hooks/filters and for CSS you would add any custom styles to your themes stylesheet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marosh on "change the background colour for the text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text#post-22966</link>
			<pubDate>Mon, 11 Apr 2011 12:02:32 +0000</pubDate>
			<dc:creator>Marosh</dc:creator>
			<guid isPermaLink="false">22966@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;br /&#62;
Sorry for miss-understanding. I will try explain one more time.&#60;br /&#62;
Well, In my plugins folder I have two GravityForm  folders:&#60;br /&#62;
1, gravityforms1.4 (what is version1.4 and I am not using)&#60;br /&#62;
2,gravityforms (what is new version 1.5.1.1 I guess)&#60;/p&#62;
&#60;p&#62;Now I can do any file changes in gravityforms1.4 folder but not in gravityforms folder. When I am going change anything gravityforms folder  I get this pop up window :&#60;/p&#62;
&#60;p&#62;Pop up window shows:&#60;br /&#62;
Error Copying File or Folder&#60;br /&#62;
Cannot copy forms: Access is denied,&#60;/p&#62;
&#60;p&#62;Make sure that disk is not full or write-protected and that file is not currently in use.&#60;/p&#62;
&#60;p&#62;Any ideas why?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "change the background colour for the text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text#post-22954</link>
			<pubDate>Mon, 11 Apr 2011 11:09:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22954@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't understand what you mean by a pop up window about the express written permission of the author.  What exactly are you trying to do?&#60;/p&#62;
&#60;p&#62;To customize CSS styles you would add custom CSS to your themes stylesheet to target and style whatever form element you want to customize.  Adding CSS can't popup a window.  It's CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marosh on "change the background colour for the text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-background-colour-for-the-text#post-22925</link>
			<pubDate>Mon, 11 Apr 2011 05:05:07 +0000</pubDate>
			<dc:creator>Marosh</dc:creator>
			<guid isPermaLink="false">22925@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI,&#60;br /&#62;
 I was following post :&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/two-different-css-classes-for-section-field-description-text-please-help#post-6533&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/two-different-css-classes-for-section-field-description-text-please-help#post-6533&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Than I tried change the background colour for the text but I get pop-up window about the&#60;br /&#62;
express written permission of the author.&#60;/p&#62;
&#60;p&#62;It is because I have not developer license Key?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Marosh
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
