-
rtolmachAnswered on June 11, 2021 02:25 AM
We have four Auto Complete widgets.
Two for colleges A-M, and two for colleges A-Z.
The dropdown has transparent background so contents compete with form content behind it. Illegible.
Please see the screen grab.
thanks
-
Anita_KAnswered on June 11, 2021 07:18 AM
Hi,
thank you for reaching out to us. Please add the following CSS code to your form to make the background of the list white instead of transparent:
.form-autocomplete-list {
background-color: #fff;
}
Guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes
I hope this helps, please let us know if you require further assistance.