Hello,
I’m trying to get the text from picklist fields, to change color on a specific column via CSS
I tried with following css, to highlight and it worked, the whole column was highlighted red, but my text disappeared…
table.nx-skootable-data tbody tr td:nth-child(4) {
background-color: #f8f8f8;
}
I rather change color of text than highlight whole cell if possible
tried this , but text disappeared, as well
table.nx-skootable-data tbody tr td:nth-child(4) {
background-color: #f8f8f8;
}
but not sure if I’m doing something wrong, or because it’s picklist…
Pls help
Thx
Question
Css to change color of Picklist text in a specific column

This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.