Help making labels in Stripe widget hidden

  • JeffPatrick
    Asked on August 4, 2020 at 12:11 PM

    Hi Folks - Can you help me hide several labels in the Stripe Widget? See the image below - the three labels highlighted in red.

    Jotform Thread 2491029 Screenshot
  • Jimmy_D
    Replied on August 4, 2020 at 1:45 PM

    Hi!

    Kindly inject the CSS code below to your form to hide the labels highlighted on the Screenshot above.

    #ccTitle14 {

        display : none;

    }

    #cid_14 .stripe-payment-wrapper div[data-wrapper-react="true"]{

        display: none; 

    }

    Related guide.- How-to-Inject-Custom-CSS-Codes

    Let us know should you need further assistance. 

    Attentively,