How can I change the font color in the PayPal donation field

  • bfestreasurer
    Asked on September 8, 2016 at 7:15 PM

    I know I need to enter CSS; however, I'm not sure the name to use to reference the field where the user enters the donation amount.  Please help!

  • jonathan
    Replied on September 8, 2016 at 10:53 PM

    I checked your form https://www.jotform.com/62513522321140 and I see that the input textbox color was already set to yellow.

    How can I change the font color in the PayPal donation field Image 1 Screenshot 30

     

    Could it be what you wanted is for the Donation box to be the only one in yellow color?

    Because the Dropdown box text was also yellow... so it is off in the form.

    To change the color of Donation Box only, use this CSS

    #input_6_donation {

        color: #ffef00 !important;

    }

    for corrections, refer to the image below also.

    How can I change the font color in the PayPal donation field Image 2 Screenshot 41

    Let us know if you need further assistance.

     

  • bfestreasurer
    Replied on September 9, 2016 at 9:45 AM
    Sorry, I figured it out. Thanks though

    ...