Skip to content

Instantly share code, notes, and snippets.

@wpmonks
Created May 3, 2019 10:19
Show Gist options
  • Save wpmonks/88942efa886d10c4a4df8aeaa74fa428 to your computer and use it in GitHub Desktop.
Save wpmonks/88942efa886d10c4a4df8aeaa74fa428 to your computer and use it in GitHub Desktop.
How to Increase Size of Gravity Forms Checkboxes?
body #gform_wrapper_FORMID .gfield_checkbox li input[type=checkbox]{
width: 20px !important;
height: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment