Title: Remove extra Terms/Conditions Checkbox
Last modified: June 27, 2017

---

# Remove extra Terms/Conditions Checkbox

 *  Resolved [trish8981](https://wordpress.org/support/users/trish8981/)
 * (@trish8981)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-termsconditions-checkbox/)
 * Hi
 * I have an issue 1/2 way resolved. I thought I fixed the with CSS but it removed
   all the check/radio boxes.
 * I used the code you gave me and it fixed the issue but now I have 2 gray checkboxes.
   I need to remove the checkbox right next to “Save Account”. The “other” checkbox
   is where it needs to be.
 * Thanks

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

 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-termsconditions-checkbox/#post-9267710)
 * You could remove the checkbox next to “Save Account with:
 *     ```
       #wc-authnet-new-payment-method {
         display:none;
       }
       ```
   
 * However, this is no good because then the user can’t tell if the option is selected
   or not. Note that the circle things don’t change if the option is selected. The
   circle things are bullet points, not dynamic indicators like a checkbox.
 * So I suggest leaving the checkbox and removing the circle things:
 *     ```
       .woocommerce-checkout #payment ul.payment_methods li label:before {
         display:none;
       }
       .woocommerce-checkout #payment ul.payment_methods li label {
         padding-left:0;
       }
       ```
   
 *  Thread Starter [trish8981](https://wordpress.org/support/users/trish8981/)
 * (@trish8981)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-termsconditions-checkbox/#post-9268130)
 * Hi Lorro
 * Actually I tested the 1st method (leaving the circles) and it works perfectly!
   Marking resolved and thanks so much the quick assistance.

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

The topic ‘Remove extra Terms/Conditions Checkbox’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [trish8981](https://wordpress.org/support/users/trish8981/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-termsconditions-checkbox/#post-9268130)
 * Status: resolved