How can I delete copy that shows automatically with PayPal?

  • nfwfwf
    Asked on July 13, 2015 at 9:59 AM

    In the PayPal part of my form some copy automatically is inserted that I would like to omit. it says '$   USD'

    Any thoughts on how to get rid of this?

    Jotform Thread 608882 Screenshot
  • Charlie
    Replied on July 13, 2015 at 11:38 AM

    You can try hiding it using this custom CSS code:

    #cid_16 > span:nth-child(12) > label > span.form-product-details > b {

        visibility: hidden !important;

    }

    Paste it under the CSS tab in your Form Designer Tool. Make sure though that there's no error in your CSS codes to make everything work as expected.

    How can I delete copy that shows automatically with PayPal? Image 1 Screenshot 20

     

    I've cloned your form for testing and demo purposes, you can see how it looks like here: http://form.jotformpro.com/form/51935016013950?.

    Do let us know if this works.

    Thanks.

  • nfwfwf
    Replied on July 13, 2015 at 11:53 AM
    THANK YOU! That did the trick. Also appreciate the speedy reply.
    Best, Barb
    ...
  • Charlie
    Replied on July 13, 2015 at 12:28 PM

    You're most welcome. I'm glad that worked, and we appreciate your feedback. :)

    If you needed any assistance again, please do not hesitate to open a new thread here in the forum.

    Thank you.