Can I customize the font and size of my questions and answers?

  • jkincaid
    Asked on April 24, 2014 at 5:50 PM

    One more question .... is there a way to change the font color and size for the answers to match the question? The general setting doesn't seem to apply to all text for the color, so I assume this is a custom CSS entry as well?

    http://www.intersocietal.org/carotid/

  • jonathan
    Replied on April 24, 2014 at 8:15 PM

    Hi,

    Yes, you are correct. Using custom CSS code is the method suited for your requirement.

    Please take a look also on this guide to better understand which CSS codes you can use.

    https://www.jotform.com/help/75-Customize-your-Form-using-Custom-CSS-Codes

    --

    In your account I can see you currently have only 1 form -- this one http://www.jotform.us/form/41134136490144

    So, if you want to make the drop-down font-size bigger, you can use CSS code like this

    .form-dropdown {font-size:24px !important;}

    adjust the font-size px unit to your preference.
    Sample result
    Can I customize the font and size of my questions and answers? Image 1 Screenshot 20
    Hope this help. Inform us if you need more further assistance.
    Thanks.