Is it possible to make the font larger in some of the field?

  • Karen_Sullivan
    Asked on January 25, 2021 at 10:07 PM
    Thanks. One more question. Is it possible to make the font larger in some of the fields. On the drop down texts, or in the total due...
    Karen Sullivan
    Treasurer
    treasurer@goldcoastchorus.org
    ________________________________
    ...
  • jherwin
    Replied on January 25, 2021 at 10:11 PM

    It's possible using CSS Code, can you please send us a screenshot of the field you want to make larger so we can give you a CSS code for it?

  • Karen_Sullivan
    Replied on January 26, 2021 at 10:33 PM
    I can send you a screen shot. Attach it here or use the browser thread.
    Essentially, I want the text in the "Total Due" field, and the "I will pay by" to match the text size in the paragraphs.
    Also, I don't know what CSS code is, or how to use it. Will it come with instructions?
    Karen Sullivan
    Treasurer
    treasurer@goldcoastchorus.org
    ________________________________
    ...
  • Vick_W Jotform Support
    Replied on January 27, 2021 at 1:45 AM

    Hi Karen,

    Yes, we will provide the code with the instructions or if you allow us then we will inject it into your form as well. You can send the screenshot here by following the guide below

    https://www.jotform.com/help/438-how-to-post-screenshots-to-our-support-forum

    Thanks

  • Karen Sullivan
    Replied on January 29, 2021 at 2:28 AM

    I would like the number in the Total Due field to match the numbers (costs) listed in the My Products Music and Membership Field


    1611905183 6013b89f020e3 Make Font Large Screenshot 10

  • Vick_W Jotform Support
    Replied on January 29, 2021 at 4:02 AM

    Hi Karen,

    I've injected the following CSS code into your form.

    input#input_107.form-textbox {
           font-size: 18px;
    }

    Please check the font size now and in case if you want to change it then you can do it by using the guide below.

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

    Let us know if you need further assistance.

    Thanks