How to remove "I agree with the terms and conditions" line from product page

Hello everyone,
Hope everyone is doing well. I want to remove the “I agree with the terms and conditions” line from the product page there is an option to hide it but it still didn’t removed so if there is any other way to remove it kindly let me know I’m using ohey theme from envato elements
Store link: https://livinnook.com/
Picture is attached for reference

1 Like

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your style.product.css file and paste the following code below:

.checkbox-group.prpage-term-conditions-checkbox.term-conditions-checkbox-js {
    display: none;
}
1 Like

Hello @Fahadhassan

The file you need to edit might be named something like “product.liquid”. and then Find the “Terms and Conditions” checkbox code.
To comment out the code, wrap it with {% comment %} and {% endcomment %} tags like this:
{% comment %}

{% endcomment %}

Thanks.

1 Like

Well that worked but now the problem is that the buy button is not clickable first when we click on “Agree with terms and conditions” the buy button enable and now the buy button is disabled