For instance, we have select with id="element id" and we have to set red color for text
1 2 3 4 5 6 7 8 9 |
#select2-element_id-container { color: red; } #select2-element_id-container .select2-selection__placeholder { color: red; } |