The top answer on stack overflow is to use something like this: select { -webkit-appearance: none; } However, you'll soon find out this removes the little ...
The appearance CSS property is used to display UI elements with platform-specific styling, based on the operating system's theme. Try it · Syntax · Examples · Browser compatibility
Using appearance: none will actually strip all browser/OS-specific styling on the <select> element. That means that the dropdown arrow will also be removed.