css - Woocommerce Option Box text white on white background, style cant override -


so i've been working on 2 days , can't option box change black text.

i've tried !important tag , not overriding white font color.

option { color: #000 !important;} 

https://www.outkastfabworx.com/checkout/ the site.

the state , country select box not display in black text unless make body font black, black. i've tried few things i've seen on stack far none of them have allowed me override style.

any appreciated, point me in direction need look.'

update: screenshot of error have add item cart before go checkout can replicate error.

option can't styled css. woocommerce uses jquery selects.

.select2-container--default li {   color: #444444; }  .select2-container--default li:hover, .select2-container--default li:focus, .select2-container--default li:active {   color: #fff; } 

you may have add !important on both (example: color: #444!important;) or use greater specificity or put css after other css long specificity same.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -