Banner Logo

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

Hide ‘Shipping only’ tab

Theme and Plugin Support

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #145172
      Klaus Thomas Russ
      Participant

      Dear all,

      I want to hide the ‘shipping only’ tab of the tax status dropdown at the General tab (vendor dashboard). Which snippet can I add to the functions.php to meet that target?

      Best regards and thanks in advance!

      Klaus

    • #145221

      Hi Klaus, in order to remove the shipping add this CSS via MultiVendorX >> Settings >> Seller Dashboard

      select#_tax_status option:nth-of-type(2) {
          display: none;
      }
      Copy
    • #145309
      Klaus Thomas Russ
      Participant

      Thank you, resolved.

    • #145318

      Glad to hear that.We are closing the thread then .

Viewing 3 reply threads

The topic ‘Hide ‘Shipping only’ tab’ is closed to new replies.