Payment form - change price font color

  • safeprograms
    Asked on June 22, 2016 at 11:41 AM
    can you post the answer for others to see?
  • Elton Support Team Lead
    Replied on June 22, 2016 at 1:52 PM

    Inject the following CSS codes to your form if you want to change the text color of the price on the product field.

    .form-product-details b {

        color: red;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to change the color you want.