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
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.
.flex.items-center.mb-2\.5.agreetc-class {
display: none;
}
Result:
I hope it help.
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