How to change PayPal product list text color?

  • SouthAustinATA
    Asked on April 13, 2016 at 7:20 AM
  • Nik_C
    Replied on April 13, 2016 at 10:29 AM

    Can you tell us more what would you like to change exactly?

    Since if you're using regular PayPal it will redirect you to PayPal's website where we don't have control.

    We'll wait for your response.

     

  • SouthAustinATA
    Replied on April 13, 2016 at 10:46 AM

    No, its the products options on the jot form itself. They are in white but when you click on one they all turn light grey and I want them to stay white. https://form.jotform.com/61028191806150

  • Nik_C
    Replied on April 13, 2016 at 12:57 PM

    Thank you for clarification, you can do that by injecting this Custom CSS in your form:

    .form-input-wide{

    color: white;

    }

    That will set the whole list to be in white, but feel free to change to any color you wish.

    Please let us know if you have any further questions.