Hiding checkboxes
-
I would like to remove of hide the checkboxes in the Shipping field without removing the checkboxes in the Confirmation field.
Here’s the css code that I’m using to remove the checkboxes.
div.wpforms-container-full input[type=checkbox] { display: none; position: relative; background: none; width: calc( var(–wpforms-field-size-checkbox-size ) – 2px); height: calc( var(–wpforms-field-size-checkbox-size ) – 2px); margin: 0 0 0 2px; border: none; box-shadow: none; vertical-align: middle; opacity: 1; appearance: none; line-height: 1.2; }
I should assume I’m missing the li class names, right?
The page I need help with: [log in to see the link]
- The topic ‘Hiding checkboxes’ is closed to new replies.