PayPal Payment Tool - Change default Font size, Bold Total Amount, and Change Title Color

  • HACA
    Asked on March 23, 2015 at 1:51 PM

    I would like to increase the font size of my PayPal payment section and change the color of the title to #EC0927. I would also like to bold my total.

     

    PayPal Payment Tool   Change default Font size, Bold Total Amount, and Change Title Color Image 1 Screenshot 20

     

     

     

    Thanks,

     

    Jotform Thread 538785 Screenshot
  • Kiran Support Team Lead
    Replied on March 23, 2015 at 3:44 PM

    Please inject the following CSS code to your JotForm : 

    /* Increase size for Payment field */

    #cid_69 {

    font-size: small;

    }

    /* Change color for Payment field label */

    #label_69 {

    font-size: small;

    color: #EC0927;

    }

    /* Increase size for Payment total */

    .form-payment-total {

    font-size: medium;

    }

     

    This is how it looks like once you applied the code above :

    PayPal Payment Tool   Change default Font size, Bold Total Amount, and Change Title Color Image 1 Screenshot 20

    You may change the font-size to medium or large if the small is not sufficient. Also, the total amount is already set to bold and hence you may consider increasing the font size.

    Hope this information helps.

  • HACA
    Replied on April 11, 2015 at 9:28 PM

    Based I new requirements, I had to change the form to using the Calculation widget.  However, I will use this solution for a different form. It worked.  Thanks!