No check boxes with Woocommerce

Latest Reply from Wim at 2018-11-07 05:03:38 Solution
Hi
I chose the theme TopClub because Woocommerce was supported.
I have installed the theme and have also installed Woocommerce in it. This runs quite well, except for the check out page. Finally, the payment methods and the terms and conditions are indicated, but the check boxes to that are missing, that is not useful. Also, the font color in this form is bright as the body text and therefore not good to read on the bright background.
How to show the check boxes and change the font color?
With Kind regards
Wim

Hi!

Could you give us the URL of that website, please? It would be much more conveniet for us to test the actual website.
Sorry, I've just seen the answer.
I added the following in the custom css:

.woocommerce #payment ul.payment_methods li input[type=radio], .woocommerce-page #payment ul.payment_methods li input[type=radio] {
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}

.woocommerce #payment input[type=checkbox] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}

Since it works.

Regards
Wim

Leave a reply

Add codeAdd image