Can I remove the AMEX and Discovery icons?

  • sp4i6
    Asked on July 7, 2017 at 4:49 PM

    Hello,

    is it possible to remove the AMEX and Discovery Card icons from my form?

    thanks!

  • Support_Management Jotform Support
    Replied on July 7, 2017 at 6:20 PM

    Did you mean you wanted to remove them from this section?

    Can I remove the AMEX and Discovery icons? Image 1 Screenshot 20

    Use the following CSS codes to achieve that:

    .paypalpro_amex, .paypalpro_dc {

        display: none !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes 

    Just keep in mind that this is just a visual modification. Discover and AMEX card holders would still be able to pay regardless.