Cannot set background color

Hello -

I have tried using all the method’s I could find on StackExchange and elsewhere to set the background color of the select2 control to transparent or any other color than white without success.

Please advise as to how this typically done.

I have also tried to use Placeholder with no luck .

$('.selector-coin').select2({
    placeholder: 'Select A Coin',
});

Try using containerCssClass to add a new CSS class to the Select2 container, and then set a background color for that class.

If you can open an issue on https://github.com/select2/docs/issues, I’ll try to add this to the docs when I get a chance.