How to modify Payment, Subscription display?

  • abennet4
    Asked on October 7, 2017 at 7:22 PM

    Your widget applies a strip of text after each subscription line.  I need to shorten my display text as on some mobile devices the text is chopped off.

    From the attached screen shot, how do I remove or modify "($60 for each month)" that you apply?

     

    Jotform Thread 1267441 Screenshot
  • Jan
    Replied on October 7, 2017 at 8:39 PM

    My understanding is that you just want to hide the ($60 for each month). If yes, then please insert this CSS code to your form:

    .form-product-details {
    display: none;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    How to modify Payment, Subscription display? Image 1 Screenshot 20

    Hope that helps. Thank you.

  • abennet4
    Replied on October 7, 2017 at 9:30 PM

    Thank you Jan!  I wish I knew CSS