This topic is: not resolved
-
Can you help me to customize select in form control?
I want to remove or change blue background “overlay” color when hover in the list.
I tried
.dhvc-form-select option:hover{
background:transparent;
color:red;
}
But it’s no effectThank you!