All drop down menus are in BLACK background (very difficult to see).

  • topdogdbardogs
    Asked on November 8, 2016 at 5:04 AM
    2.  ALL drop down menus are in BLACK background (very difficult to see).  AFter 3 attempst over a week, I still can't figure out how to make it black font on white back ground.  HELP!
  • BJoanna
    Replied on November 8, 2016 at 5:23 AM

    To resolve this issue please add this CSS code to your form:

    select.form-dropdown > option {

        background-color : #cccccc!important;

    }

    How to Inject Custom CSS Codes

    After you add this code your form will look like this.

    All drop down menus are in BLACK background (very difficult to see) Screenshot 20

    Here is my cloned form where I added mentioned CSS code:

    https://form.jotform.com/63121883628964 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance. 

  • topdogdbardogs
    Replied on November 8, 2016 at 5:44 PM
    [image: Inline image 1]
    I've done what you said to each drop down menu, clicked saved on upper
    left, I refreshed the site and browser with new window and still the drop
    down, is black background. I read your website for pointers and still
    nothing. Made 5 attempts over 10 hours incase it was a system issue.
    Please advise. Thank you very much for your support
    Rex
    ...
  • Chriistian Jotform Support
    Replied on November 9, 2016 at 12:24 AM

    It looks like there was an error your form's CSS, which is why the changes were not being applied.

    All drop down menus are in BLACK background (very difficult to see) Screenshot 30

     

    To resolve the issue, please delete all the css on your form and inject the custom CSS code below to change the background of your dropdown to white.

    .form-dropdown option {

        background: #fff;

    }

    All drop down menus are in BLACK background (very difficult to see) Screenshot 41

    If you need further assistance, please let us know.
    Regards.