How do change the color of the text of an

前端 未结 7 756
忘掉有多难
忘掉有多难 2020-11-27 17:13

I am trying to change the color of the first option to grey color, that only the text (select one option) but here it\'s not working here:

相关标签:
7条回答
  • 2020-11-27 17:41

    Try just this without the span tag:

    <option selected="selected" class="grey_color">select one option</option>
    

    For bigger flexibility you can use any JS widget.

    0 讨论(0)
提交回复
热议问题