Created
July 15, 2016 04:34
-
-
Save tokopress/5243ed1361b210c526a153e30862e293 to your computer and use it in GitHub Desktop.
Dokan - Hide Product Category DropDown Select on Seller Dashboard Products
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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