Change background color for auto-complete in the search widget?
I have tried adding background-color to k-widget, k-autocomplete, k-header, k-state-default, k-icon, and k-loading. None of them seem to have any effect. Our search is on a colored background and so it is difficult to read the autocomplete options in the drop down as you type in the search box. I was hoping to change the background of the list to white.
Hello Sara,
You need to apply the css styles to the k-list css class. Can you please try to use the below css in order to set the background color of the search autocomplete list:
.k-list background-color: red !important;.k-state-hover background-color: green !important;