• I have a few cart checkboxes on my site that are difficult to see and use due to the dark background. How do I go about changing the checkbox color? The Terms and Conditions checkbox has a yellow background for now only because it was mostly unusable before, I changed the background color playing around with the CSS to make it at least functional.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tuebe451

    Hope you are well. I have check this issue and solved. add this two css and check this.

    .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span:not(.required):after{
    	border: 1px solid #cddc39;
    }
    .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span:not(.required):before {
        border-color: #cddc39;
    } 

    Regards
    Hiren

    Thread Starter tuebe451

    (@tuebe451)

    It worked, thanks! Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changinging Checkout Checkbox Colors’ is closed to new replies.