Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Remove the export button

MultivendorX Pro

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #147612
      MaxenceTP
      Participant

      Hello,

      I want to be able to import products, but not to export them.
      How to remove this button : https://prnt.sc/xJxWlnJWQoIp ?

      Thank you

    • #147657

      Maxence, you can remove the export option using this CSS. You can add this CSS via MultiVendorX >> Settings >> Seller Dashbaord

      form#mvx_product_list_form .mvx-action-container a.btn.btn-default:nth-child(2) {
          display: none;
      }
      Copy
    • #147676
      MaxenceTP
      Participant

      Thank you, solved 🙂

Viewing 2 reply threads

The topic ‘Remove the export button’ is closed to new replies.