How do I increase the size of my quote tool calculation?

  • legalbeaglenz
    Asked on February 23, 2015 at 6:06 PM

    The quote calculation text is really small and I want to increase its size.  Any help would be fantastic!

    To see what I mean use the quote tool and you'll see the quote calculation at the last screen.

  • raul
    Replied on February 23, 2015 at 8:43 PM

    You can do this by injecting the following CSS code to your form:

    .form-textbox {
       font-size : 1.2em;
    }

    You can modify the value to make it larger or smaller if you want to.

    How do I increase the size of my quote tool calculation? Image 1 Screenshot 20

    Let us know if you need further assistance.
    Thank you.