Image Radio Button widget: How do you change the color of the option labels?

  • mgcaledonian13
    Asked on July 16, 2018 at 2:57 AM

    How do you change the colour of the option labels in the Radio Widget.

    1531724041Radio Widget 1 Screenshot 10

    https://form.jotform.com/81952564154966

  • Ashwin JotForm Support
    Replied on July 16, 2018 at 6:52 AM

    Please inject the following custom css code in your "Image Radio Button" widget to change the text color:

    li label {

        color: #ffffff;

    }

    Please check the screenshot below on how to inject custom css code in widget:

    1531738293labelColor Screenshot 10

    Hope this helps.

    Do get back to us if you have any questions.

  • mgcaledonian13
    Replied on July 17, 2018 at 6:36 PM

    Thanks a lot, solved the issue.