Title: Hide Product Sort Controls
Last modified: November 20, 2019

---

# Hide Product Sort Controls

 *  Resolved [rocketmarketing](https://wordpress.org/support/users/rocketmarketing/)
 * (@rocketmarketing)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/hide-product-sort-controls/)
 * Hi,
 * I notice there are a thousand controls to setup WooCommerce, but nothing to hide
   the sort controls. I only have 2 products on my products page, so I need help
   in hiding the sort controls. I am using Enfold theme.
 * Thanks for your help,
 * Steve
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-product-sort-controls%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Group Of Oceninfo](https://wordpress.org/support/users/princebhalani143/)
 * (@princebhalani143)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/hide-product-sort-controls/#post-12153513)
 * You can hide product sorting using below CSS
 * Hide Sort By Only
 *     ```
       .sort-param.sort-param-order {
           display: none
       }
       ```
   
 * Hide Display Products Per Page Controls Only
 *     ```
       .sort-param.sort-param-count {
           display: none
       }
       ```
   
 * Hide Sort By + Display Products Per Page Controls Both
 *     ```
       div .product-sorting {
           display: none
       }
       ```
   
 *  Plugin Support [Ryan Ray](https://wordpress.org/support/users/ryanr14/)
 * (@ryanr14)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/hide-product-sort-controls/#post-12157665)
 * Hi Steve,
 * To go in one different direction, from the CSS provided ny [@princebhalani143](https://wordpress.org/support/users/princebhalani143/),
   you could use a plugin like the one from SkyVerge or follow the tutorial from
   Business Bloomer.
 * [https://www.skyverge.com/product/woocommerce-remove-product-sorting/](https://www.skyverge.com/product/woocommerce-remove-product-sorting/)
   
   [https://businessbloomer.com/woocommerce-remove-default-sorting-dropdown/](https://businessbloomer.com/woocommerce-remove-default-sorting-dropdown/)
 * While CSS does hide it, the functionality and code is still ran and rendered 
   on every page load. It feels only slightly more proper to use PHP to remove it
   rather than hiding it via CSS.
 * Both are perfectly valid options though and will do what you’re after. 🙂
 *  Thread Starter [rocketmarketing](https://wordpress.org/support/users/rocketmarketing/)
 * (@rocketmarketing)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/hide-product-sort-controls/#post-12157834)
 * Hi Ryan,
 * Thanks for the info. I’ll give the skyverge plugin a shot.
 * Steve

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

The topic ‘Hide Product Sort Controls’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [rocketmarketing](https://wordpress.org/support/users/rocketmarketing/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/hide-product-sort-controls/#post-12157834)
 * Status: resolved