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

View Categories

Add Customisation in vendor set up wizard

Add the below code in the functions.php file of your current active theme for adding customisation in the vendor set up wizar

add_action('admin_print_styles', 'add_style_in_vendor_setup_wizard');
function add_style_in_vendor_setup_wizard() {
    if (filter_input(INPUT_GET, 'page') == 'vendor-store-setup' ) {
        echo '<style>
            .wc-setup-steps li.active,
            .wc-setup-steps li.active::before{
                border-color: #2A8D34;
            }
            .wc-setup-steps li.active{
                color: #2A8D34;
            }
            .mvx-vendor-wizard a{
                color: #0F5011;
            }
        </style>';
    }
}

Leave a Reply

Shopping Cart
Scroll to Top