This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hello, hopefully you can help me with this. One of themes css line causes “Woocommerce Product Filter” plugin categories checkboxes to be hidden in Chrome. What can I do to make this line not interact with this plugin? Plugins css line already uses “visibility: visible!important;” but it doesn’t override this ->
Legenda style.css line 5313
input[type="checkbox"] {
-webkit-appearance: none;
}
You can check it here – http://www.taktika.lv/store/product-category/skrejriteni/
Hello,
Try to add this code in Custom CSS:
.prdctfltr_wc input[type="checkbox"] {
-webkit-appearance: checkbox;
}
Regards,
Rose Tyler.
Thanks a lot, Rose. Provided fix works!
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
The issue related to '‘-webkit-appearance: none; interacts with one of plugins’' has been successfully resolved, and the topic is now closed for further responses