I wanted to increase the contrast of my autocomplete suggestions when typing a search term. Since I didn’t find a GUI-setting for this, I tried to change the autocomplete font color by adding a short custom CSS code like this:
input.autocomplete {
color: #000000 !important;
}
However, that didn’t nothing.
Any suggestions here would be greatly appreciated.
Indeed, there is no option to change that on the back-end, the autcomplete box opacity is hard coded. Your custom CSS is almost perfect, all you need to add is also changing the opacity: