Vendor Microstore Page Browser Title - Please Help

Dear All,

I have been struggling to change the browser title when viewing any of the vendor microstores. It will always display the title as "All Vendors ::: NameofVendorHere". I need to remove the All vendors phrase, can anyone suggest or help where this can be done or how it can be achieved ? It should be simple but for some reason i'm not able to get it done.

Thanks.

Kyle.

app/controllers/frontend/companies.php

after

Tygh::$app['view']->assign('company_data', $company_data);
add
Tygh::$app['view']->assign('page_title', $company_data['company']);

If you are familiar with addons, it is recommended to use categories.post.php controller in the My changes module