Styling Dropdown Forms

Yeah I had a programmer and we had this issue using Visual Studio for an application a while back. Then we were using Telerik controls, and if you know anything about them, it’s top of the line. But even those gave slight little annoying differences. Subtle right borders lines, greys that weren’t really grey, it was crazy. I’m pretty sure you’re gonna need to use Javascript to force all the browser to render that box the same.

  • Or - I definitely would try adding custom code for that element, and force styles with [ !important ]
    It’ll be redundant but it should override the users native browser styling.

  • Another thing - I would remove all the styles in the “Styles Panel” and add the styling into the custom code snippet, then add the javascript with it.

Here’s a few articles for reference:

Oh I just found another Webflow thread on this as well: