• I think there is a a problem with the radio and checkbox input css field. cant apply inline css or a class to input css field.

    Fast Secure form options
    Extra field > field type: checkbox or radio
    Input CSS: always the same output
    Label CSS: works
    the data stays always the same <div style”text-align:left;”> default?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think you cannot style HTML radio fields with css? I could be wrong.

    Not being able to style a radio field label is a known problem and is on my to-do list.

    You might try this at the bottom of your theme css
    label { insert your css here }

    I think the Extra Field > field type> Checkbox > Label CSS is not working, too… When I look at the HTML, the form inserts an empty div above the input element (checkbox) with the CSS I am trying to add to the label field.

    ide79… if you need to style the checkbox/radio (not much cross-browser customization avail, FYI) can you grab the individual ID and style it that way?

    OK I see radio and checkbox are involved.
    Not being able to style a radio or checkbox field label is a known problem and is on my to-do list.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS input in radiobox and checkbox’ is closed to new replies.