A second arrow appears on the dropdown select options on product pages using FireFox and IE browsers (including the latest versions of these browsers). See attached screenshot.
How can I hide the <select> dropdown arrow that seems to display on FireFox and IE browsers?
In attempt to fix it, I added the following CSS to the Theme Options Custom CSS, but it did not work:
.woocommerce div.product form.cart .variations select {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
Please help. Thanks.
Attachments:
You must be
logged in to view attached files.