<?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: CSS Class Name for Pricing Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-class-name-for-pricing-field</link>
		<description>Gravity Support Forums Topic: CSS Class Name for Pricing Field</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Apr 2026 19:52:29 +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/css-class-name-for-pricing-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "CSS Class Name for Pricing Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-name-for-pricing-field#post-145371</link>
			<pubDate>Sun, 10 Feb 2013 00:41:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the update.  I think you had another topic open for this as well.  Can you update that one too and I will close it as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "CSS Class Name for Pricing Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-name-for-pricing-field#post-145342</link>
			<pubDate>Sat, 09 Feb 2013 23:01:25 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">145342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris, thanks for the answer. I went ahead and did the invisible method. Not optimal I know but it works for what I need it to do. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;}
body .gform_wrapper li#field_24_21 {
    color: #fcfcfc;
}
.gform_wrapper span.ginput_product_price {
    color: #fcfcfc;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "CSS Class Name for Pricing Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-name-for-pricing-field#post-145298</link>
			<pubDate>Sat, 09 Feb 2013 19:22:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145298@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you hide the field with CSS, it's the same way we hide fields which should be hidden by conditional logic, and the field won't be used in the calculation.  You could reposition the text off screen using something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .hidden-total {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To make the text 'invisible' you have to make it the same color as the background it's on.  If you do that, the space which would have been used to display it is still used, so that's not an optimal solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "CSS Class Name for Pricing Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-name-for-pricing-field#post-145231</link>
			<pubDate>Sat, 09 Feb 2013 16:08:22 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">145231@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using multiple pricing calculation fields to come up with my pricing. However, I don't need all of the product pricing calculations to show up on the front end. If I put CSS Class Name &#34;hidden-total&#34; it doesn't show on the front end but the calculation also doesn't work. &#60;/p&#62;
&#60;p&#62;So... how can I create a CSS Class Name so that the field is transparent? &#60;/p&#62;
&#60;p&#62;The form id is 22 and field id is 31 if that helps.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
