SAME TEXT SIZE/FONT IN PAYMENT SECTION

  • BBC2016
    Asked on March 17, 2016 at 12:55 AM

    I changed the text font size and type on both the payment description under payment title and also on the biling credit card section (name/first/last/card# and etc) but it doesn't look to me that theymatch perferctly.

    The product description text and the biling box types (name/exp and etc) should be the same....what did I do wrong?

    Page URL:
    http://buildingbridgescoalition.org/rsvpcontribution/

  • Elton Support Team Lead
    Replied on March 17, 2016 at 2:38 AM

    This is how your form appears on my end.

    SAME TEXT SIZE/FONT IN PAYMENT SECTION Image 1 Screenshot 20

    Can you please tell us what should be the correct font size of the entire font?

    Do you want to change the font size of the payment sub-labels? If yes, use the following CSS and inject it to your form.

    .form-address-table .form-sub-label {

        font-family: open sans;

        font-size: 12px !important;

    }

    Make sure to change the font size in this code (text in bold).

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

  • BBC2016
    Replied on March 17, 2016 at 4:43 PM

    thank you!