CSS code to make radio button text larger

  • curtiselectricalqld
    Asked on April 12, 2019 at 4:04 PM

    In the screen shot below, can please tell me the CSS code I need to make the single choice fields Wednesday & Thursday larger


    Thanks

    Jotform Thread 1791818 Screenshot
  • Mike
    Replied on April 12, 2019 at 6:58 PM

    You may add the next CSS to increase the font size of the Single Choice (radio button) fields:

    [data-type="control_radio"] {
    font-size: 25px !important;
    }

    CSS code to make radio button text larger Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • curtiselectricalqld
    Replied on April 19, 2019 at 3:45 PM

    Thanks, also

    I cant seem to find the code to change the colour of these fields, I want each day of the week and its associated fields to be a different colour from  the previous day, to make it easy to read, can you assist/
  • Alan_D
    Replied on April 19, 2019 at 4:03 PM

    To avoid confusion, your second question will be answered in this thread.