• Resolved Mehdi24

    (@mehdi24)


    Dear,
    I need to remove unnecessary items like Inventory, Shipping and Tax, Linked Products, Attribute, RMA Options, Wholesale Options & Other Options from New product page.
    Thanks for you guidance.

Viewing 1 replies (of 1 total)
  • Hi @mehdi24,

    You can hide your mentioned sections through custom CSS. As an example, you can add the following CSS snippet to the WordPress Dashboard > Appearance > Customize > Additional CSS area to hide a section from the Edit Product Form.

    form.dokan-product-edit-form div.dokan-product-inventory,
    form.dokan-product-edit-form div.dokan-other-options {display: none !important;}

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove items from new product page’ is closed to new replies.