This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Date year/month dropdown colours on macOS

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Date year/month dropdown colours on macOS Reply To: Date year/month dropdown colours on macOS

#53765
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I don’t think those can be changed if the OS overrides it. That looks like the system prompt, which is inherent from the OS, but you should try this custom CSS:

select.ui-datepicker-month option {
  background: rgb(255 255 255);
  color: #1f1f1f;
}

If it doesn’t change anything, then it’s most likely OS controlled.