When I click in cart on the checkbox " I agree with the terms and conditions", a check mark does not appear, but it works. Site: https://www.henrythegoose.com/
Hi @henrygs
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
<style>
.cart_tearm span.checkbox {
display: none;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly