Title: Remove &quot;Reset&quot; button in Multiple Category Selection Widget
Last modified: August 20, 2016

---

# Remove "Reset" button in Multiple Category Selection Widget

 *  Resolved [thefreelancetranslators](https://wordpress.org/support/users/thefreelancetranslators/)
 * (@thefreelancetranslators)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/remove-reset-button-in-multiple-category-selection-widget/)
 * I’m starting [this web](http://thefreelancetranslators.com/). I’d like to know
   how to remove the Reset button in the Multiple Category Selection Widget.
 * I have tried:
 *     ```
       .wpmcsw reset {
       display: none;
       }
       ```
   
 * but no luck. I’d appreciate some help.
 * Thanks.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/remove-reset-button-in-multiple-category-selection-widget/#post-3361365)
 * When you’re referring to a HTML element that has two classes, in CSS you do not
   separate those classes with spaces. You also still have to define each class 
   with a full-stop/period (.) character.
    E.g This HTML;
 *     ```
       <div class="class1 class2">
       ```
   
 * Can be referred to in CSS as;
 *     ```
       .class1.class2
       ```
   
 *  Thread Starter [thefreelancetranslators](https://wordpress.org/support/users/thefreelancetranslators/)
 * (@thefreelancetranslators)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/remove-reset-button-in-multiple-category-selection-widget/#post-3361370)
 * Thank you!

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

The topic ‘Remove "Reset" button in Multiple Category Selection Widget’ is closed
to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [thefreelancetranslators](https://wordpress.org/support/users/thefreelancetranslators/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/remove-reset-button-in-multiple-category-selection-widget/#post-3361370)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
