Change Size of Text

  • sreken
    Asked on May 2, 2014 at 7:52 AM

    Hi,

    Can you possibly give me the css code i can use on my "Hydrographic Price Guide Form submit to paypal" .

    I have added the 20% VAT Tax bit but would like it to display a bit larger and in white please, and the sub total bit as well,

    I have not uploaded the form yet.

    thank you

  • Jim_Rank
    Replied on May 2, 2014 at 8:16 AM

    Hello @sreken , Thanks for your nice question.

    For CSS code you can check this link-

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

    Hope you best of luck!

    @Jim_Rank

  • sreken
    Replied on May 2, 2014 at 10:30 AM

    Hi,

    I got that but its the "Tax" bit and "sub total bit I want tyo increase NOT the coupon as I have already done that

    thank you

  • sreken
    Replied on May 2, 2014 at 10:35 AM

    Hi,

    Thanks for that, I know how to inject css, what I dont know is what the css code is to increase the size and colour of The "Tax" entry as shown on my form.

    Thank you

  • Welvin Support Team Lead
    Replied on May 2, 2014 at 12:47 PM

    Please inject the following custom CSS codes for the Tax :

    span.form-payment-tax.form-sub-label {

    font-size: 16px !important;

    color: white !important;

    }

     

    If you want to change the size and the color of the sub-total, use the following custom CSS codes:

    span.form-payment-subtotal.form-sub-label {

    font-size: 16px !important;

    color: white !important;

    }

    Change the size and color to any you want.

    If you require any further assistance, feel free to contact us.