You should never modify any theme or sub-theme that is packaged and released from Drupal.org, such as Drupal Bootstrap. If you do, all changes you have made will be lost once that theme is updated. Instead, you should create a sub-theme from one of the provided starterkits (this is considered a best practice). Once you've done that, you can override CSS, templates, and theme processing.
I have a content type motorcycles . In that a Term reference field for the brand of the motorcycle .
I have a made a page view ( exposed form in block ) to search for a particular brand of a motorcycle . In FILTER CRITERIA i have an exposed filters using simple hierarchical select ( content:has taxonomy terms ( with depth ;simple hierarchical select (exposed ) .So that works fine , a dropdown menu shows with the vocabulary terms of the brands and types .