Page 1 of 1

Set color of selected 'Select2' items and background?

Posted: Sat Oct 11, 2025 11:31 pm
by Paul
I just tried using the 'Select2' feature and I really like it!

How would I change:
1. the selected items color
2. the background color
of a 'Select2' object?

The select object in question is also marked as a 'Multiple' select.

Re: Set color of selected 'Select2' items and background?

Posted: Sun Oct 12, 2025 1:49 am
by Paul
I already tried adding

Code: Select all

background-color: #8c8682;
to the CSS property of the Multiple/Select2 select object, but that didn't work.