Change color of image radio button labels

  • b.m.ezzat
    Asked on September 15, 2015 at 5:14 AM

    Dears

    i want to change the colour of the text under the image radio button label to blue or any other colour please support

  • Ben
    Replied on September 15, 2015 at 10:45 AM

    You can do that by adding the following CSS code to your forms custom CSS tab:

    label {
        color: blue;
    }

    Do let us know how it goes for you and if you have any further questions in regards to the same.