How to enlarge product label of payment tool?

  • joannepope
    Asked on April 1, 2019 at 11:11 AM

    I removed a item from my list and the font are smaller on two of my line item. How can I increase the size??

    Jotform Thread 1778130 Screenshot
  • Ashwin JotForm Support
    Replied on April 1, 2019 at 12:37 PM

    I am sorry for the trouble caused to you. I have fixed this issue by injected custom css code in your form:

    #product-name-input_20_1003, #product-name-input_20_1004  {

        font-size :30px; !important;

    }

    Please test your form and see if the product font is being displayed correctly.

    Do  get back to us if you need any other changes.

  • joannepope
    Replied on April 1, 2019 at 12:43 PM
    Thanks
    ...