PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Pricing Fields - Product and Total Field Color

  1. khaggins
    Member

    The default colors of the Product Base Price and the Purchase Total fields are green and red, respectively. Is there a way to change the colors and apply to specific fields within forms (not referring to labels)?. I am reviewing the target css documentation and cannot locate the applicable css code. Thank you.

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  2. You should be able to target them with:

    [css]
    .gform_wrapper span.ginput_total {}
    .gform_wrapper span.ginput_product_price {}

    You can then target them more specifically by replacing .gform_wrapper like so (replace the 1 with your form ID you want to target):

    [css]
    #gform_wrapper_1 span.ginput_total {}
    #gform_wrapper_1 span.ginput_product_price {}

    If you run into any issues, just give a link to your form and we can help you further.

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  3. khaggins
    Member

    Thank you very much. I will try it tomorrow and follow up with you.

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  4. khaggins
    Member

    Thanks Rob. It worked just fine. I appreciate the help and now I have a good template for other customizations.

    Posted 11 years ago on Friday August 31, 2012 | Permalink
  5. Thanks for the update.

    Posted 11 years ago on Friday August 31, 2012 | Permalink

This topic has been resolved and has been closed to new replies.