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

Font Color of Dropdown Boxes

  • December 16, 2022
  • 2 replies
  • 233 views

Forum|alt.badge.img+2

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.

2 replies

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • December 19, 2022

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;
}


Forum|alt.badge.img+2
  • Author
  • Level 1 ●
  • December 19, 2022

Tom_1842 this worked perfectly. Thank you!