Problems with changing the text size in the form

  • beatsahead
    Asked on February 12, 2016 at 5:51 AM

    I would like all of the text within the forms to be 25px but I am having trouble changing it within the spinner.

     

    I am also unable to change the width of the 'your event' input field.

  • Welvin Support Team Lead
    Replied on February 12, 2016 at 9:59 AM

    You can inject the following custom CSS codes for the Lenght of Party Hours spinner:

    input#input_124 {

        font-size: 24px !important;

    }

    You can inject the following custom CSS codes if you wish to change all of the spinner fields in the form:

    [data-type="input-spinner"] {

        font-size: 24px !important;

    }

    Here's how to inject the codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Please add it to the bottom if there are existing codes in the CSS area.

  • Nik_C
    Replied on February 12, 2016 at 10:11 AM

    Hello there,

    I opened separate thread for your second question regarding the drop-down menu width re-sizing.

    Since it is unrelated issue we have to open separate tickets so we can address the problems accordingly, you can view that thread here:

    http://www.jotform.com/answers/771012

     

    Thank you.