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

Slack Signup
Newsletter Optin
Help Desk

Showing Drop Down Arrows in Browser

Labels

This Discussion is public

Notifications

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;
}

Just for the record, this works in Chrome.

However, even without the prefix, CSS appearance won't work in IE at all.

Discussion closed.