Title: Edit Default Sorting box
Last modified: January 6, 2017

---

# Edit Default Sorting box

 *  Resolved [misstalkaholic](https://wordpress.org/support/users/misstalkaholic/)
 * (@misstalkaholic)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/edit-default-sorting-box/)
 * Hello, I have an e-commerce site [https://www.abrati.com/](https://www.abrati.com/)
   
   I want to remove Default Sorting and Sort by newness options from the Default
   sorting box which is present on the Home Page just below the slider image.

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

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/edit-default-sorting-box/#post-8627505)
 * I don’t know how to remove it (I show you how to hide it below), there’s likely
   a filter in WooCommerce somewhere that allows one to formally remove undesirable
   options. This would be the superior approach. For information on this approach
   I suggest you ask in the dedicated [WooCommerce support forum](https://wordpress.org/support/plugin/woocommerce).
 * To simply hide the options, add the following to your theme’s style.css. When
   your theme updates, your rules will be removed. To keep them safe from updates
   you would need to create a [child theme](https://codex.wordpress.org/Child_Themes).
 *     ```
       .home option[value="popularity"],
       .home option[value="date"] {
          display: none;
       }
       ```
   
 * This will hide these specific drop down options only on your home page. To apply
   the rules universally, drop the `.home` selector.
 *  Thread Starter [misstalkaholic](https://wordpress.org/support/users/misstalkaholic/)
 * (@misstalkaholic)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/edit-default-sorting-box/#post-8628837)
 * Okay, can you please tell me one more thing… When my buyers pay online for any
   product, they get the option to cancel the order in their account under the “
   My Account” section. But when any buyer opts for COD i.e cash on delivery, they
   do not get the option to cancel their orders under their accounts. I want to 
   add something through which all my buyers can see the option of canceling orders.
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/edit-default-sorting-box/#post-8629724)
 * Sorry, I’ve no idea on that one. That’s certainly a question for the [dedicated support forum](https://wordpress.org/support/plugin/woocommerce).
   I recommend you ask there.
 *  [lkennye](https://wordpress.org/support/users/lkennye/)
 * (@lkennye)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/edit-default-sorting-box/#post-8958795)
 * I need help with the same problem but I tried your solution and it didn’t work
 * [http://www.abangerclothing.co/shop](http://www.abangerclothing.co/shop)

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

The topic ‘Edit Default Sorting box’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [lkennye](https://wordpress.org/support/users/lkennye/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/edit-default-sorting-box/#post-8958795)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
