Mailchimp integration checkbox not aligned
-
Hi,
As you can see on the screenshot attached, the mailchimp checkbox is not aligned to the text.
Can I fix this with some CSS?
thanks for the help!
By the way, I would rather remove this checkbox on the login page (screenshot) but keep it on the checkout page only (see screenshot 2). Can this be done via CSS or should I use some PHP?
Oddly I did not add a mailchimp checkbox on the registration page (myaccount) but it is there anyway, any explanation?
Thanks again!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-form-login__rememberme {
display:none;
}
Best Regards
The code is not working. The checkbox is still there. Any other suggestion?
Thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-form-login__rememberme {
display:none;
}
Best Regards
Hi,
Thanks again but still there.
Hi,
Ok found the CSS, thanks!
Regards,
Bertrand
You are welcome! If you have any questions please feel free to contact us.
Best Regards