<?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: Colour of the price and value field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field</link>
		<description>Gravity Support Forums Topic: Colour of the price and value field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:40:31 +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/colour-of-the-price-and-value-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-286727</link>
			<pubDate>Wed, 29 May 2013 12:46:12 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">286727@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, forgot about that, replace that last css snippet with this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper span.ginput_product_price_label, .gform_wrapper span.ginput_product_price {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roey.saban on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-286554</link>
			<pubDate>Wed, 29 May 2013 10:51:21 +0000</pubDate>
			<dc:creator>roey.saban</dc:creator>
			<guid isPermaLink="false">286554@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;Took out the price, kept the &#34;Price:&#34; label though....can we take that out as well?&#60;br /&#62;
(only have a quantity field)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-286449</link>
			<pubDate>Wed, 29 May 2013 09:57:28 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">286449@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper span.ginput_product_price {
display:none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>roey.saban on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-286283</link>
			<pubDate>Wed, 29 May 2013 08:48:25 +0000</pubDate>
			<dc:creator>roey.saban</dc:creator>
			<guid isPermaLink="false">286283@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry last question, they would like to hide the price now, meaning on that form it shows the product and quantity field, but the price of the product is not there....how do I hide it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-286029</link>
			<pubDate>Wed, 29 May 2013 06:59:48 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">286029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roey.saban on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-286023</link>
			<pubDate>Wed, 29 May 2013 06:57:26 +0000</pubDate>
			<dc:creator>roey.saban</dc:creator>
			<guid isPermaLink="false">286023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Richard!&#60;/p&#62;
&#60;p&#62;Will try this, thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-285884</link>
			<pubDate>Wed, 29 May 2013 06:11:28 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">285884@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding the following towards the bottom of your theme's stylesheet or wherever you are instructed to place custom CSS, I have just set the font color to white but you can set it whatever you like.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper span.ginput_product_price, .gform_wrapper span.ginput_total {
color: white !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The above will style both the same but if you want to use different colors you would split that rule like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper span.ginput_product_price {
color: white !important;
}
.gform_wrapper span.ginput_total {
color: white !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roey.saban on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-285859</link>
			<pubDate>Wed, 29 May 2013 06:02:56 +0000</pubDate>
			<dc:creator>roey.saban</dc:creator>
			<guid isPermaLink="false">285859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.coregroupafrica.com/?page_id=74&#34; rel=&#34;nofollow&#34;&#62;http://www.coregroupafrica.com/?page_id=74&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-285854</link>
			<pubDate>Wed, 29 May 2013 06:00:05 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">285854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you post a link to a page containing your form we can take a look.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roey.saban on "Colour of the price and value field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/colour-of-the-price-and-value-field#post-285824</link>
			<pubDate>Wed, 29 May 2013 05:41:53 +0000</pubDate>
			<dc:creator>roey.saban</dc:creator>
			<guid isPermaLink="false">285824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys&#60;/p&#62;
&#60;p&#62;I have added a form to my page and see that the Product unit price is Red and that the total field is green.&#60;/p&#62;
&#60;p&#62;Can I change the product Price to be white AND the total field at the bottom of my page to be white instead of green?&#60;/p&#62;
&#60;p&#62;On my theme the red and green doesnt look good.&#60;/p&#62;
&#60;p&#62;Can you assist?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
