Skip to main content
Nintex Community Menu Bar

How to change a color on a people picker- Nintex Forms 2013

  • May 15, 2019
  • 2 replies
  • 23 views

Forum|alt.badge.img+1

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

2 replies

Forum|alt.badge.img+5

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? 


Forum|alt.badge.img+1
  • Author
  • May 20, 2019

Fixed

.ms-subtleLink:link, .ms-subtleLink:visited, .ms-atMention:link, .ms-atMention:visited, .ms-hashTag:link, .ms-hashTag:visited {
color: #fff;
}