• Resolved brandonrevering

    (@brandonrevering)


    I would like to remove the create and add new product button and just have the create product one there. The feedback I have received is that its rather confusing and everyone just wants to use the create product one anyways once they understand the difference. Ideally I would be able to eliminate that page altogether and have the edit product page with all of the listing options as the create new product page. Any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @brandonrevering

    You can add the below-mentioned CSS codes inside the WP dashboard -> Appearance -> Customize -> Additional CSS to remove the “Create & Add new” button from the add new product first phase.

    #dokan-create-and-add-new-product-btn{
    	display:none!important;
    }
    .dokan-new-product-area .dokan-form-container div.dokan-form-group:nth-child(4) .dokan-btn:nth-child(3){
    	display:none!important;
    }

    Hope this help.

    Thanks!

    Thread Starter brandonrevering

    (@brandonrevering)

    Worked perfectly. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove create and add new product button’ is closed to new replies.