Styling the Select Element in Mac Chrome with CSSJanuary 21, 2015 by Laura Hartwig 2 CommentsQuick 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!Share this:TweetShare on TumblrRedditPrintEmailRelatedYou might also like: How to use Firebug to Customize Your Theme - Step by Step
Jack saysAugust 15, 2017 at 5:17 amThis is great but it also removes the select arrow on the right hand side. Can you do this without removing that?Reply
Laura Hartwig saysAugust 15, 2017 at 7:52 amCan you tell me the URL where this is happening for you?Reply
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?