Skip to content

Instantly share code, notes, and snippets.

@MinaPansuriya
Last active September 24, 2016 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MinaPansuriya/62eeb959ecd23dac88a7b9d4c122e35f to your computer and use it in GitHub Desktop.
Save MinaPansuriya/62eeb959ecd23dac88a7b9d4c122e35f to your computer and use it in GitHub Desktop.
/**
* @Title: Hide WooCommerce Product Sorting Dropdown from Shop and Category pages
* @Author: Mina Pansuriya
* @Website: http://minapansuriya.com
*/
.woocommerce-ordering {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment