How can I make the size of "TOTAL" bigger ?

  • diegomtzm324
    Asked on September 5, 2020 at 1:09 AM

    How can I make the size of "TOTAL" bigger ?

  • Kenneth JotForm Support
    Replied on September 5, 2020 at 5:53 AM

    Thank you for reaching support,

    After some customizations, here is how it looks:

    1599299491 5f535fa36a6ab r1 Screenshot 10

    If that is acceptable, kindly insert these code into your Inject Custom CSS Area: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    div#total-text {

    font-size: 30px !important;

    }

    .form-payment-price span {

    font-size: 24px !important;

    }

    I hope that helps.

    Best.