How To Change <Title> Tag

Hi

How we can change title tags

Like our page

https://www.valuesbig.com/profirst/?category_id=1267

Has this title tag

All vendors :: PROFIRST :: Motorbike Racing Gear :: BOOTS :: RACING BOOTS - Valuesbig -Moto Gear Shop

Where we can edit it

Thanks

Sent from my LND-L29 using Tapatalk

The title is generated from breadcrumbs. How do you want to change it?

We wish to shorten the length so these are not cut out by search engines

Sent from my LND-L29 using Tapatalk

For example, to exclude subcategories from breadcrumbs, open the app/controllers/frontend/companies.php file and replace

fn_add_breadcrumb($cats[$c_id], "companies.products?category_id=$c_id&company_id=$company_id");

with

// fn_add_breadcrumb($cats[$c_id], "companies.products?category_id=$c_id&company_id=$company_id");