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

Reply To: Autocomplete font color

#21192
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Christian,

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:

input.autocomplete {
    color: #000000 !important;
    opacity: 0.6 !important;
}

I hope this helps!