Image Radio button widget: change label font color and size

  • slr2
    Asked on July 1, 2014 at 12:17 PM

    Sorry, also how do you change the font, font color and font size for the text label under the image radio button ? It'd like it to be in keeping with the rest of the form etc.

     

    Thanks again

  • David JotForm Support
    Replied on July 1, 2014 at 12:49 PM

    Hi,

    I see you are already familiar with css injection so I won't bother with how to add it.  Here is the code to inject in order to do what you are asking:

    input[type=radio] + label {

    font-family: "Times New Roman", Times, serif;

    font-size: 14px;

    color: #333;

    }

    Of course change those to your personal taste.  Please let us know if there is anything else we can assist you with and we will be happy to help.

    Thank you for using Jotform!

  • aloeveramanager
    Replied on June 25, 2015 at 6:57 PM

    How to increase the number of characters in a radio button label to see all words in one line.

    http://form.jotformeu.com/form/51686456129363

     

    Thanks in advance