How to remove the horizontal line in Braintree integration field?

  • PreferredGlobal
    Asked on March 10, 2016 at 1:05 PM
    2)  There is a line to the right of the "Total Invoice Amount" text box.  How can I get rid of this?
  • Welvin Support Team Lead
    Replied on March 10, 2016 at 1:06 PM

    It's the horizontal line between the amount input and the credit card text. Simply inject the following custom CSS codes to remove that:

    #cid_21 > hr {

    display: none;

    }

    You can inject the codes in the Preferences Area or in the CSS area of the Form Designer.