How can I change background color of select option tag which is blue by default.I am trying to remove background also but its not working out
select option:hover{
background:none;
}
<select class="select">
<option value="BI"> BI</option>
<option value="BI2"> BI</option>
</select>