Auto Complete widget dropdown has transparent background so contents compete with form content behind it

  • rtolmach
    Asked on June 11, 2021 at 2: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

    Jotform Thread 3154666 Screenshot
  • Anita_K
    Replied on June 11, 2021 at 7: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.