Radio Labels Do Not Appear

Radio button labels not appearing in CF form.

Overview

The issue is caused by CSS styling, often from themes like Gantry 5, that hides the label text.
Add custom CSS to style the label for the checkbox class, ensuring the text color is visible against the form background.

Answered
ChronoForms v6
in indieben 29 Oct, 2018
Hi, the radio buttons do not work on the website that I am working on. I'm not sure if I broke it by originally using "N/A". I have since changed the values to avoid the / but it still isn't working.

I have tried to also create another radio button set but I have had no joy. The label simply does not appear to being generated.

The form is at https://www.samspencerit.co.uk/index.php/laptop-pc-services-custom-build

Thanks,

indieben.
in indieben 29 Oct, 2018
Answer
I can't seem to edit this post to say that I am also using Gantry 5.

The trick was to add:

.ui.checkbox label {

color: #3366ff;
}

Natually change the colour to suit🙂
This topic is locked and no more replies can be posted.