How to customize color of the prices in the PayPal payment field

  • printhouseoberpfalz
    Asked on November 4, 2016 at 6:01 AM

    Can the color of the prices in the paypal app switched from grey into black, so it can be seen better?

  • Boris
    Replied on November 4, 2016 at 6:48 AM

    We can adjust the color of the pricing text inside your PayPal payment field by using a small bit of custom CSS:

    .form-payment-label { color: inherit; }

    You can inject the above CSS code into your form by following this guide:

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

    It will result in your form looking like this:

    How to customize color of the prices in the PayPal payment field Image 1 Screenshot 20

    Please try it out and let us know should you need further assistance.

  • printhouseoberpfalz
    Replied on November 4, 2016 at 7:40 AM

    Thank you very much, this is what we want! :D