Drop down options not displaying

  • CampPondo
    Asked on September 9, 2019 at 6:20 PM

    My drop down boxes worked before, but now they aren't.

    You can click in the box and see the options available but it doesn't show up once it it is chosen. 

    Any ideas?

    BTW-you guys are awesome!1568067566Screen Shot 2019 09 09 at 3 Screenshot 101568067594Screen Shot 2019 09 09 at 3 Screenshot 21

  • Mike
    Replied on September 9, 2019 at 6:37 PM

    The issue seems to be caused by font color. Please try adding the next CSS to the form in order to fix the font color for the dropdown fields:

    select {
    color: #214760 !important;
    }

    Drop down options not displaying Image 1 Screenshot 20

    If you need any further assistance, let us know. We will be happy to help.