Style text of Button Radios widget

  • tctrust
    Asked on March 4, 2017 at 7:27 PM

    Hi,

    Is possible change style of the text of Button Radios widget? I need a style normal without fat.

    Style text of Button Radios widget Image 1 Screenshot 20

  • Mike_G JotForm Support
    Replied on March 5, 2017 at 4:17 AM

    Yes, it would be possible to style the Button Radios widget with the help of CSS codes that can be injected to the widget itself.

    May we know what exactly would you like to happen?

    We will wait for your response.

    Thank you.

  • tctrust
    Replied on March 5, 2017 at 6:24 AM

    I need a style normal of text without fat.

  • Mike_G JotForm Support
    Replied on March 5, 2017 at 10:28 AM

    If I'm understanding you correctly, you would like to make the button label of each button of the Button Radios widget "normal", meaning not BOLD.

    If that is correct, you can add the following CSS codes below to the Custom CSS tab of the Button Radios widget.

    .wrapperButtonRadio label {

        font-weight: normal !important;

    }

    Style text of Button Radios widget Image 1 Screenshot 20

    I hope this helps. If, in any case, I have misunderstood your concern, please feel free to contact us again anytime and provide us with a bit more details and/or a clearer description.

    Thank you.

  • tctrust
    Replied on March 5, 2017 at 12:09 PM

    Yes, all right.

    Thank you.