How do I change the color of the placeholder value in the Multi-selection widget?

  • Ondernemen
    Asked on April 25, 2020 at 9:15 AM

    How do I change the color of the placeholder value in the Multi selection widget? Image 10

  • roneet
    Replied on April 25, 2020 at 9:18 AM

    Please inject the following CSS to change the color of the text in the Multi-selection widget:

    #dropdown-selectized {
     
     color: blue;
    }

    Let us know if you have further questions.

    Thanks.