Not able to change background colors on dropdowns

  • ginniemeyers
    Asked on December 21, 2015 at 1:50 PM

    Hi there.

     

    I'm changing background colors for dropdowns, and it changes in apple computers, but it doesn't change in the actual form on windows computers. It's not browser specific, but it looks like windows is keeping dropdown to black and blue which is hard for our customers to see. Please help.

     

     

  • jonathan
    Replied on December 21, 2015 at 3:33 PM

    You can use the CSS editor using the Form Designer to change the background color of the Dropdown option.

    Example: 

    select.form-dropdown {
        background-color: white;
    }
    select.form-dropdown > option {
        background-color: white;
    }

    Not able to change background colors on dropdowns Image 1 Screenshot 30

     

    in the exampl, it becomes like this

    Not able to change background colors on dropdowns Image 2 Screenshot 41

     

    Hope this help. Let us know how it goes for you.

    Thanks.