How do i change the size of text in Minimal radio Field?

  • Techloq_Windows_Form
    Asked on July 18, 2019 at 12:34 PM

    I would like to change the text size of 'ON' / 'OFF'.

    Any CSS for that?

  • Richie JotForm Support
    Replied on July 18, 2019 at 3:17 PM

    You may add this custom CSS to your Minimal Radio Buttons in the CSS widget settings.

    label[for=minimal-radio-0]
    {
      font-size:15px !important;
    }

    How do i change the size of text in Minimal radio Field? Image 1 Screenshot 20

    Please give it a try and let us know if you need further assistance.

  • Techloq_Windows_Form
    Replied on July 18, 2019 at 6:16 PM

    Thanks for your reply.

    I was actually referring to the Bootstrap Switch Field and not to the minimal radio buttons.

    Is ther any way i can make smaller the text within the Bootstrap Switch Field?

  • AshtonP
    Replied on July 18, 2019 at 9:28 PM

    When you insert Bootstrap Switch, by default it provides you with 3 sizes. This can be changed from widget setting - 

    89600 Screenshot 9 Screenshot 10

    Apart from that, you can also add the customize the CSS to change the height and size of the button. If you can let us know the form URL we will be able to provide custom CSS.

    I hope this helps.