How To Remove I Agree With The Terms And Conditions Box?

How To Remove I Agree With The Terms And Conditions Box?

customers can’t click buy now until they click the box ( I Agree With The Terms And Conditions ) how could I remove it?

Website link: https://onlyonesshop.com

Hi @Thehashem

Can you point me to the right direction? I do not see this terms in your website?

Hi @Thehashem ,

I understand that you want to remove the terms and condition.

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “theme.css, styles.css or base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.flex.items-center.mb-2\.5.agreetc-class {
    display: none;
}

Thank you for your help and support. I did the steps and it has been removed but the problem is customers can’t click buy now if I remove the agreement check box

This is not the solution as hiding it with css means we just don’t see the checkbox. It doesn’t change the logic that checkbox is not required