You can hide the button using CSS below
/* 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;
}
-
This reply was modified 3 years, 8 months ago by
Olufemi.
-
This reply was modified 3 years, 8 months ago by
Olufemi.
Thread Starter
orelqr
(@orelqr)
I didnt know you can target items with certain values using CSS, thats great help! thank you!
Hi @orelqr,
As the purpose of this topic has been served we are marking this as resolved. Feel free to open a new one for any further issues or queries.
Cheers!