Removing PayPal subheading.

  • mgcaledonian13
    Asked on November 24, 2016 at 6:24 PM

    Can I remove the PayPal subheadling or replace it with GBP or move the subheading to the right of a Text box? see screen shot

    William Scott

  • Chriistian Jotform Support
    Replied on November 24, 2016 at 8:57 PM

    Are you referring to the fields in this form (https://www.jotform.com/60500763093955)? You can inject the custom CSS code below to hide the Paypal sub-label and move the Total Due sub-label to the right.

    #cid_104 label {

        display: inline-block;

    }

    #cid_103 label {

        display: none;

    }

    Removing PayPal subheading Screenshot 30

    Removing PayPal subheading Screenshot 41

    If you need further assistance, please let us know.
    Regards.

  • mgcaledonian13
    Replied on November 25, 2016 at 2:19 AM

    Christian

    Yes I was, apologies for not giving you the URL 

    Thanks for the Info on this

    Willy Scott