Home › Forums › Theme support › woocommerce integration with Arcon theme › Reply To: woocommerce integration with Arcon theme
Hi,
it seems you cant change the styles of dropdowns in Internet Explorer, please have a look at this post here:
http://stackoverflow.com/questions/6655625/styling-options-in-bold-in-internet-explorer
On checkout page, country and state menus still have a light background for all these browsers, including safari.
These options are ‘styled’ by the WooCommerce plugin, thats why the dropdowns are different. You can just try to change the color, please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
.chosen-container .chosen-results li {
color:#000;
}