• Resolved kklo

    (@kklo)


    Hi,

    How do I remove the Inventory item from the Vendor dashboard, as I only work with services and virtual ones

    Thanks

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

    (@sazdhossain)

    Hi @kklo

    You can add the below-mentioned CSS code to the WP dashboard -> Appearance -> Customize -> Additional CSS section hide the “Inventory” section from your vendor dashboard’s product edit page –

    .dokan-product-edit-form .dokan-product-inventory {
        display: none !important;
    }

    Cheers!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @kklo,

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inventory’ is closed to new replies.