Title: CSS Issue With Checkboxes
Last modified: August 21, 2016

---

# CSS Issue With Checkboxes

 *  Resolved [Lance Cleveland](https://wordpress.org/support/users/charlestonsw/)
 * (@charlestonsw)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-issue-with-checkboxes/)
 * I’m having CSS styling issues with the checkboxes fighting with my slider CSS
   that has worked fine on every release until I put MP6 in place. Turn it off &
   all is good.
 * [MP6 1.9 Sliders](http://wp.me/a36f2N-3d5)
 * [Sliders, MP6 disabled](http://wp.me/a36f2N-3d6)
 * [http://wordpress.org/plugins/mp6/](http://wordpress.org/plugins/mp6/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Lance Cleveland](https://wordpress.org/support/users/charlestonsw/)
 * (@charlestonsw)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-issue-with-checkboxes/#post-4010253)
 * wp-admin.css nw has a display:inline-block rule for input[type=”chekcbox”], input[
   type=”radio”].
 * Guess I need my admin rules to be more explicit. I prefer a minimalistic approach,
   but at least it is a simple CSS update I can handle on my end.
 * For my particular case I had to use a more specific CSS rule on my enqueued admin
   setup:
 *     ```
       input.onoffswitch-checkbox[type="checkbox"] { display: none; }
       ```
   
 * Hope that gives others some hints on how they may need to tweak admin CSS rules.
 * Your mileage may vary.

Viewing 1 replies (of 1 total)

The topic ‘CSS Issue With Checkboxes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mp6_885650.svg)
 * [MP6](https://wordpress.org/plugins/mp6/)
 * [Support Threads](https://wordpress.org/support/plugin/mp6/)
 * [Active Topics](https://wordpress.org/support/plugin/mp6/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mp6/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mp6/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 1 participant
 * Last reply from: [Lance Cleveland](https://wordpress.org/support/users/charlestonsw/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/css-issue-with-checkboxes/#post-4010253)
 * Status: resolved