How to remove break line on Stripe?

  • ogsuccess
    Asked on October 12, 2017 at 10:12 PM

    How can I remove the break line on the stripe payment? 



    Jotform Thread 1272199 Screenshot
  • amy
    Replied on October 13, 2017 at 3:31 AM

    Please inject this custom CSS to your form:

    hr {

         display: none;

    }

    Related guide: How to Inject Custom CSS Codes

    Here is the result:

    1507879861Screen Shot 2017 10 13 at 10 Screenshot 10