Stripe integration: How to remove the word "Description" under the payment amount?

  • Ketzie
    Asked on December 13, 2016 at 7:27 AM

    On my form, https://eu.jotform.com//?formID=63364619315357 in the credit card info section, under the payment amount, there is the word "Description" that seems to be confusing people and probably has no reason to be there. Is there a way to get rid of it?

    Thanks,

    Ketzie

  • AIDAN
    Replied on December 13, 2016 at 7:40 AM

    Please add the following custom CSS code to your form:

    #input_15_donation + .form-sub-label {
        color: transparent !important;
    }

    I created an animation to show you how:

    Stripe integration: How to remove the word Description under the payment amount? Image 1 Screenshot 20

     

    Please let us know if you need further assistance.