Title: Remove create &amp; add new button
Last modified: September 22, 2022

---

# Remove create & add new button

 *  Resolved [Olufemi](https://wordpress.org/support/users/yurbshop21/)
 * (@yurbshop21)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-create-add-new-button/)
 * Hi friends, am looking for a way to remove “create and add new” button from vendor
   product publishing area and I want “add new product” button to show after a vendor
   might have created product using “create product” button. Any help is appreciated!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-create-add-new-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Sazzat Hossain](https://wordpress.org/support/users/sazdhossain/)
 * (@sazdhossain)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-create-add-new-button/#post-16035002)
 * Hi [@yurbshop21](https://wordpress.org/support/users/yurbshop21/)
 * You can hide the “Create and add new” button from the product upload form by 
   adding the following CSS snippet to your WP admin dashboard -> Appearance -> 
   Customize -> Additional CSS area –
 *     ```
       /* Hide the "create and add new" button from both the product upload pop-up form & page */
       button[value="create_and_add_new"], #dokan-create-and-add-new-product-btn {
           display: none !important;
       }
       ```
   
 * Once a product is created using the “Create Product” button, the user is redirected
   to the product edit page. So, if you want to add a “Create Product” button there,
   it will require additional customization. To do this, you can override the product
   edit template file as per your needs. Here’s the product edit template file’s
   location – `\wp-content\plugins\dokan-lite\templates\products\new-product-single.
   php`
 * You can take a look at this third-party article – [https://wpdoctor.press/overriding-dokan-plugin-template-easy/](https://wpdoctor.press/overriding-dokan-plugin-template-easy/)
   to learn more about overriding template files in Dokan.
 * Cheers!
    -  This reply was modified 3 years, 8 months ago by [Sazzat Hossain](https://wordpress.org/support/users/sazdhossain/).
 *  Thread Starter [Olufemi](https://wordpress.org/support/users/yurbshop21/)
 * (@yurbshop21)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-create-add-new-button/#post-16035077)
 * This works, thanks
 *  Thread Starter [Olufemi](https://wordpress.org/support/users/yurbshop21/)
 * (@yurbshop21)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-create-add-new-button/#post-16035173)
 * Thanks for the recommendation, I’m not willing to add “add new product button”
   at edit page. I want it display at top right after vendor is already done with
   the editing part using “create product”.
 * For instance, the way it used to be with “create & add new button”. What I have
   noticed is that when a vendor have successfully created a product using “create&
   add new button”, a button to “add a new product” always come up at top right 
   of the page. So, I want to replicate same using “create product” since am hiding“
   create & add new”.
 * Is this possible?

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

The topic ‘Remove create & add new button’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Olufemi](https://wordpress.org/support/users/yurbshop21/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/remove-create-add-new-button/#post-16035173)
 * Status: resolved