html - How to change the style of the default WooCommerce sorting selectbox -
i didn't find default styling of selectbox sorting products woocommerce appealing. decided change css. worked half-way.
problem: select-element did accept style changes, actual dropdown options didn't. change appearance of dropdown css-changes.
this want achieve:http://jsfiddle.net/pioul/2wdgh/
...for page: http://sandbox.inspirapress.com/kaizen/butikk/
this general markup have work with:
<form class="woocommerce-ordering"> <select> <option></option> <option></option> <option></option> </select> </form>
the js , css files(jquery.simpleselect.js/css) seem enqueue correctly in header , footer. i'm not quite sure inline script footer though...
i've tried everything. please help! :)
//andré
Comments
Post a Comment