Is there a way to eliminate the rounded corners on a select element?
I attempted using the code below, but it resulted in removing the arrows and cutting off the bottom of the placeholder text:
select {
-webkit-appearance: none;
-webkit-border-radius: 0px;
}
visit website