PayPal Pro: Is it possible to adjust the fonts used to label the credit card fields so that they conform to the rest of the form?

  • naamatusa
    Asked on September 8, 2016 at 6:24 PM
    Is it possible to adjust the fonts used to label the credit card fields so that they conform to the rest of the form?
  • Mike
    Replied on September 8, 2016 at 6:33 PM

    You can try to add the next CSS to increase the size of the sub labels within the PayPal Pro field.

    #creditCardTable .form-sub-label {
    font-size: 14px;
    }

    PayPal Pro: Is it possible to adjust the fonts used to label the credit card fields so that they conform to the rest of the form? Image 1 Screenshot 20

    Thank you.