Viewing 4 replies - 1 through 4 (of 4 total)
  • Stef

    (@serafinnyc)

    Do I understand you correctly, you want to change the checkbox’s color from blue to something else? Is that correct? Like this?

    Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    I understand your concern. By default, there isn’t an option to change the checkbox color. However, you can try adjusting the background color using custom CSS. If you’re using the shortcode for the checkout page, you can try the following CSS code to change the checkbox color.”

    input#terms.woocommerce-form__input-checkbox  {
    accent-color: #ff6600 !important;
    }

    If that does not help, please note that we generally do not provide support for custom CSS code. I can recommend WooExperts and Codeable.io as options for getting professional help. Alternatively, you can also ask your development questions in the  WooCommerce Community Slack as custom code falls outside our usual scope of support

    Thread Starter sw231

    (@sw231)

    Hi,

    Thanks for the css code it worked perfectly.

    Thank you for your help, I really appreciate it.

    Hi @sw231,

    You’re very welcome, I’m glad to hear the CSS worked perfectly!

    If you have a moment, we’d really appreciate it if you could leave a quick review here: https://wordpress.org/support/plugin/woocommerce/reviews/#new-post. It helps others and means a lot to the team. Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Edit Checkout Tickbox’ is closed to new replies.