• I have a gravity form and I want to change the look and feel of the checkboxes to use a css sprite. I currently have this in the css.

    .prelim-form_wrapper ul.gfield_checkbox li input[type="checkbox"], .prelim-form_wrapper ul.gfield_radio li input[type="radio"] {
        width: auto !important;
      border: 0;
    	background-image: url(https://wp.cc-sd.edu/wp-content/uploads/2016/04/CheckBox_Sprite.png);
    }

    any help would be great.

  • The topic ‘using sprites for checkboxes’ is closed to new replies.