• Resolved aleferoc

    (@aleferoc)


    Hello
    I create WPForms which are great. “Single lines” works, it’s just every “checkbox” which is not selectable.
    What do I have to do change, that everything work well?

    Thanks for your help.
    Eveline

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

Viewing 1 replies (of 1 total)
  • Hello @aleferoc,

    It looks like there might be some conflict between the site theme and the form. To fix this we’ll need some custom CSS:

    .wpforms-container input[type=checkbox] {
    	-webkit-appearance: checkbox !important;
    	-moz-appearance: checkbox !important;
    	appearance: checkbox !important;
    }

    In case it helps, please see this tutorial from WPBeginner on easy ways to add custom CSS like this to your site.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Checkbox not selectable’ is closed to new replies.