There aren't currently any targeting samples, we will be updating those soon to incorporate the new features. All you should need to do is see how things are typically targeted and then view source on the field you want to target to inspect it's markup. The targeting samples are just examples that use best practices for targeting HTML elements using CSS, it's not doing anything proprietary or unique.
If you view source you will see the price is contained within a SPAN element with the class .ginput_product_price. So if you target that class you can manipulate the price using CSS. For example:
[css]
body .gform_wrapper .gform_body .gform_fields .ginput_product_price {color: blue;}
The description would be changed just like any other field description using the examples here:
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
Posted 13 years ago on Tuesday September 27, 2011 |
Permalink