• Hi guys,

    My clients site is only letting users select the top option of the checkbox group. This is only applicable on Safari. Firefox and Chrome etc all seem to be working fine.

    Any suggestions re a fix would be great.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Try this code:

    .wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type=checkbox]{
    opacity:1;
    position: relative;
    width:auto;
    }
    .wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check{
    display:none;
    }
    .wcpa_form_outer .wcpa_form_item .wcpa_checkbox label{
    display:inline;
    }

    Add it in the Additional CSS.
    Path: Appearance -> Customize -> Additional CSS.

    You can’t use customized checkboxes on safari. that is why we are providing this code.
    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Checkbox not working on Safari but working on Firefox and Chrome’ is closed to new replies.