Tagged: enfold, MailChimp, woocommerce
I’m having the same issue as this topic: https://kriesi.at/support/topic/mailchimp-checkout-one-line-checkbox/
but the css code provided does not work.
Just the mailchimp checkbox shown in the screenshot.
Hi,
Thanks for the update. On which page can we find the form in question? The one I’m seeing on the front page doesn’t seem to be the same as in your screenshot.
Best regards,
Rikard
The checkout page. You can refer to the task I linked, I’m having the exact same issue.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
p.mailchimp-newsletter label.woocommerce-form__label {
display: inline;
}
Best regards,
Rikard
Didn’t seem to work.
Hi,
That’s unfortunate. Try this instead:
label[for="mailchimp_woocommerce_newsletter"] {
display: inline !important;
}
Best regards,
Rikard