Ignite UI for Angular 12.0.0 バージョン時点での情報に基づいています。 igxCombo の選択項目のテキストのスタイルは次のクラスを利用することで変更することができます。 :host ::ng-deep { .igx-input-group__input { color: red; font-size: 0.5rem; } } 動作サンプル https://stackblitz.com/edit/github-3hk2gg-9hwnpk?embed=1&file=src/app/combo-main/combo-main.component.scss&hideExplorer=1 実行結果 Tagged: igxCombo