How do you change the configurable list font size inside the text box

  • janicehales
    Asked on September 30, 2014 at 10:32 PM

    I have managed to change the size of the headings but when you type inside the box the font is minuscule.

    I am using this form on an iPad

     

    How can I change this

     

    Thank you

    Janice

  • TitusN
    Replied on October 1, 2014 at 2:31 AM

    Hello Janice,

    Configurable List has a Custom CSS box in the settings Wizard as shown below: 

    How do you change the configurable list font size inside the text box Image 1 Screenshot 30

    You can add the following CSS code to adjust the font size property: 

    textarea {

    font-size: 20px;

    }

    Adjust the 'px' value up or down to increase or decrease the font size. 

    I see you may have tried to do this - just make the following correction: 

    How do you change the configurable list font size inside the text box Image 2 Screenshot 41

    Let us know if this helps. 

  • janicehales
    Replied on October 1, 2014 at 4:21 AM

    thank you it worked