Checkbox / Radio hidden (Solution)
-
So if anyone has a problem with hidden radio buttons and checkboxes when adding in the ‘options’ for check/radio inputs… it is the theme you are using that is overriding the checkbox style with
input[type="radio"], input[type="checkbox"] { display: none; }
In the additional CSS on the PPOM you are editing, is the following:
input[type="radio"], input[type="checkbox"] { display: inline-block; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Checkbox / Radio hidden (Solution)’ is closed to new replies.