Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    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!

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

The topic ‘Remove Create & Add New Button’ is closed to new replies.