Home › Forums › WoodMart support forum › Remove the optional checkbox for GDPR that appears on the checkout page › Reply To: Remove the optional checkbox for GDPR that appears on the checkout page
July 10, 2024 at 12:28 pm
#582367
Luke Nielsen
Keymaster
Hello,
Try to use the code below for help:
.woocommerce-checkout .woocommerce-additional-fields #suscripcion_newsletter_field {
display: none;
}
Clear the cache and recheck the issue.
Kind Regards