PayPal: How to remove spaces on payment schedule text while selling subscriptions?

  • Georgeff
    Asked on April 4, 2019 at 3:26 PM

    Two things:

    1) I want the number text to be larger and

    2) the underline is off on the word, "month" going into the space after it, but I cannot edit this. It was auto-generated.

    Is there a way to fix these things? It might look deceptive to a customer to suddenly have the text for the numbers go smaller, plus they are hard to read that small anyway. And the underline looks tacky to me (as an English teacher).

    Jotform Thread 1782944 Screenshot
  • Kevin Support Team Lead
    Replied on April 4, 2019 at 5:17 PM

    You can increase the text size with this CSS code: 

    span.form-product-details span b {

        background: orange;

        font-size: 15px;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Regarding the other underlined text it's not possible to edit it, I will forward this to our second level in order to get this corrected. 


  • Georgeff
    Replied on April 4, 2019 at 5:43 PM
    Great, thank you. And it’s funny that the underline is correct in Build
    mode, but it’s off when embedded.
    ...
  • Georgeff
    Replied on April 5, 2019 at 6:47 PM

    Ok, that CSS code you sent me worked great to enlarge the price. Thanks! 

    Is there also a way to enlarge the other highlighted text to the same font size as the price?

    1554504381foreachmonth Screenshot 10

  • Kevin Support Team Lead
    Replied on April 5, 2019 at 8:11 PM

    You may increase the font size for that section with this code: 

    span.form-product-details span:nth-child(2) {

        font-size: 15px;

    }

    Let us know how it goes. 

  • Georgeff
    Replied on April 5, 2019 at 8:29 PM

    Do I paste it in right under the other code you sent me?

  • Georgeff
    Replied on April 5, 2019 at 8:29 PM

    Or does it replace what you sent me earlier?

  • Georgeff
    Replied on April 5, 2019 at 8:33 PM

    Never mind! I pasted it underneath the earlier code and boom. You're the man, Kevin. Thanks a lot!

  • Georgeff
    Replied on April 8, 2019 at 8:52 AM

    I just noticed (former programmer) that the first parenthesis is still in the smaller font size. Can I tweak the HTML code to capture this?  Thank you.

    1554727934parenthesis Screenshot 10

  • Kiran Support Team Lead
    Replied on April 8, 2019 at 10:52 AM

    Please try replacing the previously added code with the following so that it should also include the first parenthesis.

    span.form-product-details {

        font-size: 15px;

    }

    Thanks!

  • Georgeff
    Replied on April 8, 2019 at 11:24 AM

    Nice, Kiran. It worked perfectly. Wish I understood HTML. Thanks for your quick help!

  • Georgeff
    Replied on April 8, 2019 at 12:45 PM

    Hi again. Say I was checking this out on my mobile phone and it breaks funky breaks in the pricing. Is it possible to just delete those parenthesis and have the dollar sign attach to the numbers without any spacing? Here is what I am seeing on my iPhone:

    1554741910pricing Screenshot 10

  • Kevin Support Team Lead
    Replied on April 8, 2019 at 1:55 PM

    Since your last question is unrelated to the first one asked here, I have moved it to another thread, we will assist you on another thread here: https://www.jotform.com/answers/1786153 

    Thanks. 

  • Georgeff
    Replied on April 8, 2019 at 2:43 PM
    Hi, I tried to add more info to this thread and it looks like I answered it
    as a Jotform tech or something instead of as a customer. Anyway, I wanted
    to add this:
    Yes, have the parenthesis removed and also the dollar sign needs to be
    placed right next to the digits (without a space) so that the digits do not
    get bumped onto a new line like they did in the middle example above.
    -
    -
    -
    -
    -
    Bob Georgeff, MA
    Tel: 614-526-8950
    Fresh Start Reading
    ...
  • Kevin Support Team Lead
    Replied on April 8, 2019 at 3:57 PM

    Please kindly follow up the parenthesis matter here: https://www.jotform.com/answers/1786153 

    I see your replies posted here and on that thread, discussing the matter in a single thread helps us to avoid confusion and assist you better.

  • Georgeff
    Replied on April 8, 2019 at 4:43 PM
    You're right, sorry about that.
    ...