Title: Checkboxes and browser issue
Last modified: August 21, 2016

---

# Checkboxes and browser issue

 *  [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/checkboxes-and-browser-issue/)
 * I have users using Chrome or Safari unable to view the checkboxes on my form.
   I’ve reviewed the set-up of the form and the FAQ for the plugin. Can’t find anything
   on why the checkboxes wouldn’t show up on those 2 browsers. Anyone else experiencing
   the same issue? Any solutions found?
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/checkboxes-and-browser-issue/#post-5045692)
 * Checkboxes display correctly on Chrome & Safari on my numerous CF7 forms.
 * Please include a link to your Contact Form 7 form. If others here are able to
   understand your actual problem, they may be able and willing to offer a possible
   solution.
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/checkboxes-and-browser-issue/#post-5045783)
 * Thanks for the suggestion.
 * The form is located at: [http://naebnewengland.org/membership/scholarships/application/](http://naebnewengland.org/membership/scholarships/application/)
 * There are checkboxes on this form that are not visible on Chrome, nor on Safari.
 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/checkboxes-and-browser-issue/#post-5045795)
 * Use [Firebug](https://getfirebug.com/) or [Chrome Dev Tools](https://developers.google.com/chrome-developer-tools/)
   to understand the CSS used for your CF7 form elements.
 * ​This appears to be the problem:
 *     ```
       media="all" select, input, textarea, button{
       ​font: 99% sans-serif;
       ​-webkit-appearance: none; /* This appears to be the problem */
       ​border-radius: 0;
       ​}
       ```
   
 * ​​in [http://naebnewengland.org/wp-content/themes/magazino/style.css](http://naebnewengland.org/wp-content/themes/magazino/style.css)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Checkboxes and browser issue’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [browser](https://wordpress.org/support/topic-tag/browser/)
 * [compatibility](https://wordpress.org/support/topic-tag/compatibility/)
 * [java](https://wordpress.org/support/topic-tag/java/)

 * 3 replies
 * 2 participants
 * Last reply from: [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/checkboxes-and-browser-issue/#post-5045795)
 * Status: not resolved