Font Color of Dropdown Boxes | XM Community
Skip to main content

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.

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