How to change font size

  • Blackhawkbowhunters
    Asked on October 26, 2015 at 8:58 AM

    I used the payment wizard to set up various items to purchase.  When I review the form the font is too small to read.  How do I change the font size for the text created when using the payment wizard?

  • Welvin Support Team Lead
    Replied on October 26, 2015 at 12:14 PM

    Unfortunately, you cannot change the font size of the product items in the Paypal wizard. You can only do it with a custom CSS codes. The following codes:

    span.form-product-item.hover-product-item {

        font-size: 16px;

    }

    Here's how to add the codes in your form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you would like to change the font of the entire form, here's our guide for that: http://www.jotform.com/help/186-How-to-Change-Font-Size-on-Forms.

    Thanks