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
April 22, 2025 at 10:10 am
#53765
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.