Claim your freedom to choose the perfect partner for your multi-vendor journey.

FREEDOM25

Celebrate the festive season by giving your marketplace a powerful lift!

FESTIVE20

5.0.0
Something big is coming for marketplace admins… MultiVendorX 5.0 is almost here. Are you ready?
Be the first to explore all the game-changing features!
Power your marketplace dreams with unbeatable Black Friday deals!

MVXBLACK30

Supercharge your marketplace vision with unstoppable Cyber Monday deals!

MVXCYBER30

Holiday cheer, bigger savings
Take 25% off-because your marketplace deserves a gift too.

happyholiday

Reply To: Remove tabs from vendor shop page and customize

#190190
promita
Keymaster

Hi mohsina.mce13, to remove those options you can add this code in functions.php of your current active theme :

//remove my shop tab
add_filter( 'mvx_vendor_dashboard_header_nav', 'remove_my_shop_tab', 10, 1 );
function remove_my_shop_tab($header_nav) {
unset($header_nav['shop-link']);
return $header_nav;
}

//remove progress bar
add_filter( 'mvx_vendor_dashboard_show_progress_bar', '__return_false' );

To change the dashboard color, Go to admin dashboard >> MultiVendorX >> Settings >> Seller dashboard , from here you can choose different color scheme for the vendor dashboard according to your choice https://prnt.sc/_2Lc32OTw6oV

Shopping Cart
Scroll to Top