Quick tip: I hate the way the drop down area looks in forms on Mac Chrome. To make it look like the other browsers, simply add this to your CSS file:
select { -webkit-appearance:none; }
Hope this helps!
Decoding the Secrets of WordPress
Quick tip: I hate the way the drop down area looks in forms on Mac Chrome. To make it look like the other browsers, simply add this to your CSS file:
select { -webkit-appearance:none; }
Hope this helps!
Jack says
This is great but it also removes the select arrow on the right hand side. Can you do this without removing that?
Laura Hartwig says
Can you tell me the URL where this is happening for you?