Is it possible to change the font color of the text in the dropdown boxes of questions? Mine are defaulting to a very light gray, and I would like the dropdown options/text to be a more prominent and visible font color.
Page 1 / 1
Hi there, try adding the below CSS to the Style section of the survey's Look & Feel. The below hex code will change dropdown text to black:
.Skin select {
color: #000000 !important;
}
Tom_1842 this worked perfectly. Thank you!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.