Title: how to hide fields?
Last modified: April 25, 2017

---

# how to hide fields?

 *  Resolved [Siman-Tov Yechiel](https://wordpress.org/support/users/mastersgate/)
 * (@mastersgate)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-fields/)
 * hi
    how can i hide fields with a function from add product page like short discription?
 * thank you

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

 *  [Rafsun Chowdhury](https://wordpress.org/support/users/rafsuntaskin/)
 * (@rafsuntaskin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-fields/#post-9068484)
 * Hi,
 * you can simply do this using CSS, no function required.
 * Add this at the bottom of your theme’s style.css.
 *     ```
       .dokan-new-product-area .dokan-form-container .product-edit-container #post-excerpt,
       .product-edit-container .dokan-product-edit-form .dokan-product-short-description
       {
         display:none;
       }
       ```
   
 * Thanks
 *  Thread Starter [Siman-Tov Yechiel](https://wordpress.org/support/users/mastersgate/)
 * (@mastersgate)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-fields/#post-9070908)
 * thank you
 *  [aqeeliqbal](https://wordpress.org/support/users/aqeeliqbal/)
 * (@aqeeliqbal)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-fields/#post-9070968)
 * Hi [@rafsuntaskin](https://wordpress.org/support/users/rafsuntaskin/),
 * How we hide the downloadable and virtual option from [Product Edit](http://pasteboard.co/90bm3z3wj.png)
   page?
    -  This reply was modified 9 years, 1 month ago by [aqeeliqbal](https://wordpress.org/support/users/aqeeliqbal/).
 *  Plugin Author [weDevs](https://wordpress.org/support/users/wedevs/)
 * (@wedevs)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-fields/#post-9072637)
 * Hello aqeeliqbal,
 * You can hide those checkboxes through CSS
 *     ```
       .dokan-form-group.dokan-product-type-container.show_if_simple {
           display: none !important;
       }
       ```
   
 * Also, you can override the `new-product-single.php` file via your child theme
   to modify the product edit page 🙂
 *  [aqeeliqbal](https://wordpress.org/support/users/aqeeliqbal/)
 * (@aqeeliqbal)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-fields/#post-9072777)
 * Hi [@rafsuntaskin](https://wordpress.org/support/users/rafsuntaskin/),
 * Bundle of Thanks
 *  [Rafsun Chowdhury](https://wordpress.org/support/users/rafsuntaskin/)
 * (@rafsuntaskin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-fields/#post-9078972)
 * [@aqeeliqbal](https://wordpress.org/support/users/aqeeliqbal/)
    You are welcome
   🙂

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

The topic ‘how to hide fields?’ is closed to new replies.

 * ![](https://ps.w.org/dokan-lite/assets/icon-256x256.gif?rev=3239229)
 * [Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy](https://wordpress.org/plugins/dokan-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dokan-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dokan-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/dokan-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dokan-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dokan-lite/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Rafsun Chowdhury](https://wordpress.org/support/users/rafsuntaskin/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/how-to-hide-fields/#post-9078972)
 * Status: resolved