How do I style form drop down lists?

后端 未结 7 1736
谎友^
谎友^ 2021-02-04 14:55

I have searched far and wide on the Internet but have not found anything helpful regarding how to style the dropdown portion of a dropdown list in a form. I would appreciate a p

7条回答
  •  臣服心动
    2021-02-04 15:16

    I have dropdowns in my cart that were light gray if not selected. I was able to turn the text black with this:

    #customer_details ul {
    color: black !important;
    }
    

    That was all I needed to change, so I can't say what else you could do.

提交回复
热议问题