Skip to content

Instantly share code, notes, and snippets.

@tokopress
Created July 15, 2016 04:34
Show Gist options
  • Save tokopress/5243ed1361b210c526a153e30862e293 to your computer and use it in GitHub Desktop.
Save tokopress/5243ed1361b210c526a153e30862e293 to your computer and use it in GitHub Desktop.
Dokan - Hide Product Category DropDown Select on Seller Dashboard Products
.dokan-dashboard .dokan-product-listing-area select.product_cat {
display: none;
}
.dokan-dashboard .dokan-product-listing-area button[name="product_listing_filter"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment