Hi All
I have a dark backgroung and i can't see the default (black) name
I tried to apply a custom css .peoplePicker {color:#fff;} but it doesn't work
Any ideas?
Thanks
Solved! Go to Solution.
Hi @toto_02 ,
For a hex code you need six characters, so white would be #FFFFFF, not #fff.
If that doesn't fix it, can you share what you've added to "Custom CSS" in the Form Settings, and the People Picker's "Control CSS class" setting?
Fixed
.ms-subtleLink:link, .ms-subtleLink:visited, .ms-atMention:link, .ms-atMention:visited, .ms-hashTag:link, .ms-hashTag:visited {
color: #fff;
}