Have you ever wanted to change the text color of a select option element of a drop down?
<select>
<optgroup label="select one option">
<option>one</option>
<option>two</option>
<option>three</option>
<option>four</option>
<option>five</option>
</optgroup>
</select>
Just copy paste the below css in your css file.
select option{
color: red;
}
I'm a Frontend Web Developer with 6+ years of experience in creating beautiful and functional websites. My expertise lies in HTML, CSS, Sass, and WordPress, and I have worked on a variety of projects that have honed my skills in these areas.