The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Showing Drop Down Arrows in Browser
My theme was overiding the ability for certain browsers to display the drop down arrow on a formidable form. The put this in custom css to get the drop down arrow to display properly
#top .with_frm_style select, #top .entry-content-wrapper .with_frm_style select{ -webkit-appearance:menulist; }
January 4, 2017 at 4:34 pm
Just for the record, this works in Chrome.
However, even without the prefix, CSS appearance won't work in IE at all.
Discussion closed.