Remove blue banner from vendor list page

To remove the blue banner from the vendor list page add the below code in the functions.php file of the current active theme of your site – 

add_filter( ‘mvx_vendor_list_enable_store_locator_map’, ‘__return_false’ );

Leave a Reply