Changing the text color of all dropdown menus | XM Community
Skip to main content

Changing the text color of all dropdown menus

  • September 14, 2022
  • 0 replies
  • 63 views

Figured this out!

.Skin .Matrix select, .Skin .SBS select {
  font-size: 18px;
  margin: 5px 0;
  font-weight: 400;
  color: black;
}